|
FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Support for jobs scheduling. More...

Go to the source code of this file.
Classes | |
| class | events::Scheduler< CLOCK_, EVENT_ > |
| Schedule jobs at predefined periods of time. More... | |
| class | events::Job |
| Abstract class holding some action to be executed at given periods of time. More... | |
Namespaces | |
| namespace | events |
| Defines all API to handle events within FastArduino programs. | |
Support for jobs scheduling.
Definition in file scheduler.h.