recurring Schedulable keeps track of time in order to make recurring scheduling work More...
#include <timed.h>
Inherits Schedule::Schedulable.
Inherited by Schedule::Recurring::Func, and Schedule::Recurring::Method< T >.
Public Member Functions | |
| bool | schedule (uint32_t now) override |
| only schedule if dt ms passed since last run | |
| virtual void | call ()=0 |
| this method is called to run the Schedulable | |
recurring Schedulable keeps track of time in order to make recurring scheduling work