summaryrefslogtreecommitdiffstats
path: root/martin/door/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'martin/door/src/main.cpp')
-rw-r--r--martin/door/src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/martin/door/src/main.cpp b/martin/door/src/main.cpp
index 6a6eed3..223180e 100644
--- a/martin/door/src/main.cpp
+++ b/martin/door/src/main.cpp
@@ -34,6 +34,9 @@ CC1101 radio(D0 /* GDO0 */, D2 /* GDO2 */, D8 /* SS */);
34#define PIN_HCS200_ENABLE D3 34#define PIN_HCS200_ENABLE D3
35#define PIN_HCS200_DATA D1 35#define PIN_HCS200_DATA D1
36//#define HCS200_TEST 36//#define HCS200_TEST
37#if defined(HCS200_TEST)
38#warning HCS200 testmode is enabled!
39#endif
37HCS200 hcs200; 40HCS200 hcs200;
38 41
39const int ping_delay = 60000; 42const int ping_delay = 60000;