Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_MHZ19.h@2:0ee90da44162, 2016-05-19 (annotated)
- Committer:
- nightseas
- Date:
- Thu May 19 15:52:24 2016 +0000
- Revision:
- 2:0ee90da44162
- Parent:
- PeripheralLayer/PeMod_ESP01.h@1:0c1053275589
AirBoxProtoDemo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nightseas | 2:0ee90da44162 | 1 | #ifndef _PE_MHZ19_ |
nightseas | 2:0ee90da44162 | 2 | #define _PE_MHZ19_ |
nightseas | 0:3dac4f477e98 | 3 | |
nightseas | 2:0ee90da44162 | 4 | extern int MHZ19_Init(void); |
nightseas | 2:0ee90da44162 | 5 | extern int MHZ19_ReadCO2(void); |
nightseas | 0:3dac4f477e98 | 6 | |
nightseas | 2:0ee90da44162 | 7 | extern int MHZ19_CalZero(void); |
nightseas | 2:0ee90da44162 | 8 | extern int MHZ19_CalFull(void); |
nightseas | 2:0ee90da44162 | 9 | |
nightseas | 2:0ee90da44162 | 10 | extern uint8_t MHZ19_CalCheckSum(uint8_t *packet); |
nightseas | 0:3dac4f477e98 | 11 | |
nightseas | 0:3dac4f477e98 | 12 | #endif |