Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_ZPH01.h@2:0ee90da44162, 2016-05-19 (annotated)
- Committer:
- nightseas
- Date:
- Thu May 19 15:52:24 2016 +0000
- Revision:
- 2:0ee90da44162
- Parent:
- 0:3dac4f477e98
AirBoxProtoDemo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nightseas | 0:3dac4f477e98 | 1 | #ifndef _PE_ZPH01_ |
nightseas | 0:3dac4f477e98 | 2 | #define _PE_ZPH01_ |
nightseas | 0:3dac4f477e98 | 3 | |
nightseas | 0:3dac4f477e98 | 4 | extern int ZPH01_Init(void); |
nightseas | 0:3dac4f477e98 | 5 | extern float ZPH01_ReadPM25(void); |
nightseas | 0:3dac4f477e98 | 6 | |
nightseas | 0:3dac4f477e98 | 7 | extern uint8_t ZPH01_CalCheckSum(uint8_t *packet); |
nightseas | 0:3dac4f477e98 | 8 | |
nightseas | 0:3dac4f477e98 | 9 | #endif |