Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_ESP01.h
- Committer:
- nightseas
- Date:
- 2015-07-09
- Revision:
- 1:0c1053275589
- Parent:
- PeripheralLayer/PeMod_MHZ19.h@ 0:3dac4f477e98
- Child:
- 2:0ee90da44162
File content as of revision 1:0c1053275589:
#ifndef _PE_ESP01_ #define _PE_ESP01_ extern int ESP01_Init(void); extern int ESP01_ReadCO2(void); extern uint8_t ESP01_CalCheckSum(uint8_t *packet); #endif