recurringly callable function wrapper More...
#include <timed.h>
Inherits Schedule::Recurring::Schedulable.
Public Types | |
| using | Call = void(*)(uint32_t, uint32_t) |
| signature of recurringly callable function | |
Public Member Functions | |
| void | call () override |
| this method is called to run the Schedulable | |
| bool | schedule (uint32_t now) override |
| only schedule if dt ms passed since last run | |
recurringly callable function wrapper