iot_water_monitor_v2

Dependencies:   easy-connect-v16 Watchdog FP MQTTPacket RecordType-v-16 watersenor_and_temp_code

Revision:
35:fc800d35c1ba
Parent:
34:601effb7b7fe
Child:
39:a5ee98bd0050
--- a/Application/CommandExecution.h	Wed Feb 14 03:56:34 2018 +0000
+++ b/Application/CommandExecution.h	Wed Feb 14 04:28:24 2018 +0000
@@ -1,10 +1,13 @@
 #ifndef __COMMANDEXECUTION_H__
 #define __COMMANDEXECUTION_H__
 
+#include <stdint.h>
+
 #define RELAY_1_PIN   (D10)
 #define RELAY_2_PIN   (D11)
 #define RELAY_3_PIN   (D12)
 
 void CE_HandleRelays(int Relay1State, int Relat2State, int Relat3State);
+void CE_SetRTCTime(uint32_t CurrentEpochTime);
 
 #endif /* __COMMANDEXECUTION_H__ */
\ No newline at end of file