Simple Timer¶
The SimpleTimer class only supports regular function callbacks, but if you don’t need
the additional functionality that a regular Timer offers then it will save some RAM.
-
group
simple_timer Basic timer queue class.
Typedefs
-
using
SimpleTimer= CallbackTimer<OsTimerApi>¶ Basic callback timer.
- Note
For delegate callback support and other features see
Timerclass.
-
class
OsTimerApi: public CallbackTimerApi<OsTimerApi>¶ - #include <SimpleTimer.h>
Implements common system callback timer API.
Subclassed by CallbackTimer< OsTimerApi >
-
using