use constants for schedule timing

This commit is contained in:
2016-09-07 11:51:38 +02:00
parent f956759c42
commit 435ba0ce81
4 changed files with 11 additions and 12 deletions

View File

@ -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);