init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
13:29f67f256709
Parent:
11:60eb0ff945f2
Child:
14:9a54b1b65bc8
diff -r 8345612bf867 -r 29f67f256709 main.h
--- a/main.h	Sun Dec 16 01:06:14 2018 +0000
+++ b/main.h	Sun Dec 16 15:21:38 2018 +0000
@@ -76,8 +76,18 @@
 //------------------------------------------------------------------------------
 //Global data structures
 //------------------------------------------------------------------------------
+//PERFS
+extern Serial uart;
 
 //VARS
-extern bool requireSoftReset;
-extern Serial uart;
+extern bool GLOBAL_accel_healthy;
+extern bool GLOBAL_requireSoftReset;
+extern bool GLOBAL_motionFlagTriggered;
+extern bool GLOBAL_debugLED;
+extern bool GLOBAL_needToConfigureLis3dh;
+extern bool GLOBAL_registeredOnNetwork;
+extern long long GLOBAL_imei;
+extern float GLOBAL_voltage;
+extern time_t GLOBAL_RTCunixtime;
+extern time_t GLOBAL_wakeTime;
 #endif