#define BIT_CHECK(var, pos)
Is bit pos (0-7) in byte var set?
Definition bit_manip.h:15
uint8_t byte
Definition config_pages.h:16
static void executePolledAction(const polledAction_t &action, byte loopTimer)
Conditionally execute a polled action if the timer bit is set.
Definition polling.hpp:25
static void executePolledArrayAction(uint8_t index, const polledAction_t *pActions, byte loopTimer)
Execute a polled action at a specific index in the array of actions.
Definition polling.hpp:40