diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2017-04-08 14:21:36 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2017-04-08 14:21:36 +0200 |
commit | f2683a4b707cd714b7f540ebf6482563df83d51e (patch) | |
tree | de4941add99f0eb1642aa57c6af180b4ee70119a /main.h | |
parent | 78d309a97b782bd6ab2716fa7595bb3f409479e3 (diff) |
Near complete rewrite.
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; |