iot_water_monitor_v2

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

Revision:
32:8226837c56ae
Parent:
31:0f7ea3981668
Child:
34:601effb7b7fe
--- a/Application/CommandExecution.h	Mon Jan 08 22:09:56 2018 +0700
+++ b/Application/CommandExecution.h	Mon Jan 08 18:07:56 2018 +0000
@@ -1,7 +1,9 @@
-#ifndef __COMMANDEXECUTION_H__
-#define __COMMANDEXECUTION_H__
-
-void CE_HandleRelays();
-void CE_HandleCondig();
-
-#endif __COMMANDEXECUTION_H__
\ No newline at end of file
+#ifndef __COMMANDEXECUTION_H__
+#define __COMMANDEXECUTION_H__
+
+#define RELAY_1_PIN   (D12)
+#define RELAY_2_PIN   (D11)
+
+void CE_HandleRelays(int Relay1State, int Relat2State);
+
+#endif /* __COMMANDEXECUTION_H__ */
\ No newline at end of file