Xiaohai Li
/
AirBoxProto
Demo
PeripheralLayer/PeMod_BMP180.h
- Committer:
- nightseas
- Date:
- 2016-05-19
- Revision:
- 2:0ee90da44162
File content as of revision 2:0ee90da44162:
#ifndef _PE_BMP180_ #define _PE_BMP180_ extern int BMP180_Init(void); extern float BMP180_ReadTemp(void); extern float BMP180_ReadRh(void); #endif