Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: easy-connect-v16 Watchdog FP MQTTPacket RecordType-v-16 watersenor_and_temp_code
Application/CommandExecution.h@39:a5ee98bd0050, 2018-02-21 (annotated)
- Committer:
- DuyLionTran
- Date:
- Wed Feb 21 03:41:23 2018 +0000
- Revision:
- 39:a5ee98bd0050
- Parent:
- 35:fc800d35c1ba
- Child:
- 43:dcde0e66874a
* version 2.6.5 02-21-2017: developing calibration. Sensor read is completely ok
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| DuyLionTran | 32:8226837c56ae | 1 | #ifndef __COMMANDEXECUTION_H__ |
| DuyLionTran | 32:8226837c56ae | 2 | #define __COMMANDEXECUTION_H__ |
| DuyLionTran | 32:8226837c56ae | 3 | |
| DuyLionTran | 35:fc800d35c1ba | 4 | #include <stdint.h> |
| DuyLionTran | 35:fc800d35c1ba | 5 | |
| DuyLionTran | 34:601effb7b7fe | 6 | #define RELAY_1_PIN (D10) |
| DuyLionTran | 32:8226837c56ae | 7 | #define RELAY_2_PIN (D11) |
| DuyLionTran | 34:601effb7b7fe | 8 | #define RELAY_3_PIN (D12) |
| DuyLionTran | 32:8226837c56ae | 9 | |
| DuyLionTran | 34:601effb7b7fe | 10 | void CE_HandleRelays(int Relay1State, int Relat2State, int Relat3State); |
| DuyLionTran | 35:fc800d35c1ba | 11 | void CE_SetRTCTime(uint32_t CurrentEpochTime); |
| DuyLionTran | 39:a5ee98bd0050 | 12 | void CE_Calibrate(); |
| DuyLionTran | 32:8226837c56ae | 13 | |
| DuyLionTran | 32:8226837c56ae | 14 | #endif /* __COMMANDEXECUTION_H__ */ |