Xiaohai Li
/
AirBoxProto
Demo
Diff: PeripheralLayer/PeMod_ZE08.h
- Revision:
- 0:3dac4f477e98
diff -r 000000000000 -r 3dac4f477e98 PeripheralLayer/PeMod_ZE08.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PeripheralLayer/PeMod_ZE08.h Wed Jul 08 17:50:18 2015 +0000 @@ -0,0 +1,11 @@ +#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 \ No newline at end of file