Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_ESP01.h@1:0c1053275589, 2015-07-09 (annotated)
- Committer:
- nightseas
- Date:
- Thu Jul 09 05:14:58 2015 +0000
- Revision:
- 1:0c1053275589
- Parent:
- PeripheralLayer/PeMod_MHZ19.h@0:3dac4f477e98
- Child:
- 2:0ee90da44162
Update commander and fix sensor bugs.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nightseas | 1:0c1053275589 | 1 | #ifndef _PE_ESP01_ |
nightseas | 1:0c1053275589 | 2 | #define _PE_ESP01_ |
nightseas | 0:3dac4f477e98 | 3 | |
nightseas | 1:0c1053275589 | 4 | extern int ESP01_Init(void); |
nightseas | 1:0c1053275589 | 5 | extern int ESP01_ReadCO2(void); |
nightseas | 0:3dac4f477e98 | 6 | |
nightseas | 1:0c1053275589 | 7 | extern uint8_t ESP01_CalCheckSum(uint8_t *packet); |
nightseas | 0:3dac4f477e98 | 8 | |
nightseas | 0:3dac4f477e98 | 9 | #endif |