use constants for schedule timing
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
#define DISPLAY_H_
|
||||
|
||||
|
||||
const uint32_t DISPLAY_CYCLE = 10;
|
||||
|
||||
void displayInit(void *handleArg);
|
||||
void displayExec(void *handleArg);
|
||||
void displaySetValue(uint8_t v);
|
||||
|
Reference in New Issue
Block a user