binary Clock
|
Structure for all important timer variables. More...
Data Fields | |
uint8_t | millis_initialized |
flag for if the millisecond timer has been initialized More... | |
uint8_t | counter_initialized |
flag for if the multiplexer timer has been initialized More... | |
volatile uint8_t * | counter_count_ptr |
pointer to the counter's count More... | |
volatile uint32_t | millis_count |
current millisecond count More... | |
Structure for all important timer variables.
volatile uint8_t* counter_count_ptr |
pointer to the counter's count
uint8_t counter_initialized |
flag for if the multiplexer timer has been initialized
volatile uint32_t millis_count |
current millisecond count
uint8_t millis_initialized |
flag for if the millisecond timer has been initialized