[][src]Type Definition rpi_pico_sdk::repeating_timer_t

type repeating_timer_t = repeating_timer;

\defgroup repeating_timer repeating_timer \ingroup pico_time \brief Repeating Timer functions for simple scheduling of repeated execution

\note The regular \a alarm_ functionality can be used to make repeating alarms (by return non zero from the callback), however these methods abstract that further (at the cost of a user structure to store the repeat delay in (which the alarm framework does not have space for).