Demo

Dependencies:   mbed

Committer:
nightseas
Date:
Thu May 19 15:52:24 2016 +0000
Revision:
2:0ee90da44162
AirBoxProtoDemo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nightseas 2:0ee90da44162 1 #ifndef _PE_BMP180_
nightseas 2:0ee90da44162 2 #define _PE_BMP180_
nightseas 2:0ee90da44162 3
nightseas 2:0ee90da44162 4 extern int BMP180_Init(void);
nightseas 2:0ee90da44162 5 extern float BMP180_ReadTemp(void);
nightseas 2:0ee90da44162 6 extern float BMP180_ReadRh(void);
nightseas 2:0ee90da44162 7
nightseas 2:0ee90da44162 8 #endif