1 | #ifndef GlobalVar
|
2 | #define GlobalVar
|
3 | |
4 | #define DisplayUpdate dogm_flush()
|
5 | |
6 | #define Set 0
|
7 | #define Get 1
|
8 | |
9 | uint8_t CurrentFrame(uint8_t GetSet, uint8_t Val); |
10 | uint8_t ArrowPosition(uint8_t GetSet, uint8_t Val); |
11 | |
12 | #endif
|
|
|
GlobalVar.h
|
|