init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
16:3bf5f1a5f869
Parent:
14:9a54b1b65bc8
Child:
20:5404841fdd2b
--- a/main.h	Mon Dec 17 19:17:39 2018 +0000
+++ b/main.h	Mon Dec 17 22:47:13 2018 +0000
@@ -54,7 +54,7 @@
 //------------------------------------------------------------------------------
 //Application headers
 //------------------------------------------------------------------------------
-#include "modes.h"
+#include "states.h"
 #include "common.h"
 #include "sensors.h"
 #include "modem.h"
@@ -63,8 +63,8 @@
 //------------------------------------------------------------------------------
 //Global macros
 //------------------------------------------------------------------------------
-#define lowByte(w) ((uint8_t) ((w) & 0xff))
-#define highByte(w) ((uint8_t) ((w) >> 8))
+//#define lowByte(w) ((uint8_t) ((w) & 0xff))
+//#define highByte(w) ((uint8_t) ((w) >> 8))
 
 #define CONSOLE_DEBUG 1 /* Set this if you need debug messages on the console; * it will have an impact on code-size and power consumption. */
 #if CONSOLE_DEBUG
@@ -90,4 +90,4 @@
 extern float GLOBAL_voltage;
 extern time_t GLOBAL_RTCunixtime;
 extern time_t GLOBAL_wakeTime;
-#endif 
+#endif
\ No newline at end of file