FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
scheduler.h File Reference

Support for jobs scheduling. More...

#include "events.h"
#include "linked_list.h"
Include dependency graph for scheduler.h:

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.
 

Detailed Description

Support for jobs scheduling.

Definition in file scheduler.h.