avr-comfort.cc File Reference
Namespaces | |
| namespace | famouso |
| namespace | famouso::util |
| namespace | Idler |
Functions | |
| void | famouso::util::clp (int ac, char **av) |
| The famouso::util::clp function is the interface to the command line parameter framework. This function is called within the famouso::init(int argc, char **argv) method in order to parse the given parameter and deploy it to the respective components. | |
| void | Idler::idle () |
| Let the thread idle e.g. by calling a sleep function. | |
| void | atexit (void) __attribute__((weak)) |
Function Documentation
| void atexit | ( | void | ) |