![]() |
Speeduino
|
An action to be polled at a specific frequency. More...
#include <polling.hpp>
Public Attributes | |
| uint8_t | timerBit |
| The timer bit to poll this action. E.g. BIT_TIMER_1HZ. | |
| void(* | pCallback )(void) |
| The function to call when the timer bit is set. | |
An action to be polled at a specific frequency.
| uint8_t polledAction_t::timerBit |
The timer bit to poll this action. E.g. BIT_TIMER_1HZ.