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:
25:36c6a5db50ed
Parent:
21:33bd8b82560f
Child:
27:562a95c120cc
--- a/emmaCode.h	Fri Jul 24 05:16:00 2015 +0000
+++ b/emmaCode.h	Fri Jul 24 15:41:47 2015 +0000
@@ -68,7 +68,7 @@
 
 //threshold
 #define VRMSTHRESHOLD   250
-#define WATTTHRESHOLD   200
+#define WATTTHRESHOLD   10000
 
 /*start lcd and touch*/
 int emmaModeSelection(void);