Xiaohai Li
/
AirBoxProto
Demo
Diff: PeripheralLayer/PeMod_BMP180.h
- Revision:
- 2:0ee90da44162
diff -r 0c1053275589 -r 0ee90da44162 PeripheralLayer/PeMod_BMP180.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PeripheralLayer/PeMod_BMP180.h Thu May 19 15:52:24 2016 +0000 @@ -0,0 +1,8 @@ +#ifndef _PE_BMP180_ +#define _PE_BMP180_ + +extern int BMP180_Init(void); +extern float BMP180_ReadTemp(void); +extern float BMP180_ReadRh(void); + +#endif \ No newline at end of file