diff options
Diffstat (limited to 'main.h')
| -rw-r--r-- | main.h | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,5 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include "config.h" | ||
| 3 | 4 | ||
| 4 | #ifdef ARDUINO | 5 | #ifdef ARDUINO |
| 5 | #define NO_DISPLAY | 6 | #define NO_DISPLAY |
| @@ -11,4 +12,11 @@ extern int g_width; | |||
| 11 | extern int g_height; | 12 | extern int g_height; |
| 12 | extern int g_harfe_connected; | 13 | extern int g_harfe_connected; |
| 13 | 14 | ||
| 15 | /* 0 unconfigured | ||
| 16 | 1 import from Harfe | ||
| 17 | 2 import from File | ||
| 18 | 3 modified locally | ||
| 19 | */ | ||
| 20 | extern ConfigSource g_config_source; | ||
| 21 | |||
| 14 | extern int g_harfe_fd; | 22 | extern int g_harfe_fd; |
