iot_water_monitor_v2

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

Application/CommandExecution.h

Committer:
DuyLionTran
Date:
2018-02-14
Revision:
34:601effb7b7fe
Parent:
32:8226837c56ae
Child:
35:fc800d35c1ba

File content as of revision 34:601effb7b7fe:

#ifndef __COMMANDEXECUTION_H__
#define __COMMANDEXECUTION_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);

#endif /* __COMMANDEXECUTION_H__ */