Pico-Arduino
|
Repeating Timer functions for simple scheduling of repeated execution. More...
#include <PicoTimer.h>
Public Member Functions | |
bool | start (repeating_timer_callback_t callback, uint64_t time, TimeUnit unit=MS, void *user_data=nullptr) |
starts the repeated exection of the callback methods in the indicate period | |
bool | stop () |
stops the execution | |
Protected Attributes | |
alarm_pool_t * | ap |
repeating_timer_t | timer |
Repeating Timer functions for simple scheduling of repeated execution.