Pico-Arduino
Public Member Functions | Protected Attributes | List of all members
pico_arduino::TimerAlarmRepeating Class Reference

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
 

Detailed Description

Repeating Timer functions for simple scheduling of repeated execution.


The documentation for this class was generated from the following file: