emma controller code in production board v1

Dependencies:   ADE7758_v1 Crypto DHT11 MQTT MbedJSONValueEmma SDFileSystem TFT_ILI9341 SWSPI SetRTC TFT_fonts Touch W5500Interface mbed-rtos mbed-src SoftSerial

Fork of emma_controller_energy by Emma

Revision:
52:cbe6d1d1efdc
Parent:
50:50d98fe6cc15
Child:
55:63a616a99c9a
--- a/emmaCode.h	Fri Sep 04 07:29:52 2015 +0000
+++ b/emmaCode.h	Thu Sep 10 05:41:32 2015 +0000
@@ -70,10 +70,10 @@
 #define CVRMSOFFSET     0xFFF
 
 //threshold
-#define vrmsTHL         175
-#define vrmsTHH         200//265
-#define wattTHL         26400
-#define wattTHH         39600
+#define _vrmsTHL         175
+#define _vrmsTHH         200//265
+#define _wattTHL         26400
+#define _wattTHH         39600
 
 /*start lcd and touch*/
 int emmaModeSelection(void);