Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_ZE08.h
- Committer:
- nightseas
- Date:
- 2015-07-08
- Revision:
- 0:3dac4f477e98
File content as of revision 0:3dac4f477e98:
#ifndef _PE_ZE08_ #define _PE_ZE08_ extern int ZE08_Init(void); extern int ZE08_ReadCH2O(void); extern uint8_t ZE08_CalCheckSum(uint8_t *packet); extern const uint8_t ZE08_CmdReadCH2O[]; #endif