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:
31:e2abded4d85f
Parent:
30:08d290158fa7
Child:
32:78633fb9b2a1
--- a/emmaCode.h	Thu Aug 06 04:38:09 2015 +0000
+++ b/emmaCode.h	Fri Aug 07 07:40:23 2015 +0000
@@ -76,6 +76,10 @@
 int emmaModeSelection(void);
 /*end lcd and touch*/
 
+/*start emma read settings*/
+void emmaReadSettings(void);
+/*end emma read settings*/
+
 /*start emma mode*/
 void emmaInit(int mode);
 void emmaModeWiFiConfig(void);