Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_ZPH01.h@0:3dac4f477e98, 2015-07-08 (annotated)
- Committer:
- nightseas
- Date:
- Wed Jul 08 17:50:18 2015 +0000
- Revision:
- 0:3dac4f477e98
Basic Demo; Implement: Debug serial commander, Gas sensors, Temp&Rh sensor.
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 |