Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_SHT20.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_SHT20_ |
nightseas | 0:3dac4f477e98 | 2 | #define _PE_SHT20_ |
nightseas | 0:3dac4f477e98 | 3 | |
nightseas | 0:3dac4f477e98 | 4 | extern int SHT20_Init(void); |
nightseas | 0:3dac4f477e98 | 5 | extern float SHT20_ReadTemp(void); |
nightseas | 0:3dac4f477e98 | 6 | extern float SHT20_ReadRh(void); |
nightseas | 0:3dac4f477e98 | 7 | |
nightseas | 0:3dac4f477e98 | 8 | #endif |