Library for getting temperature and pressure values from Bosch BMP180 barometer.

Fork of BMP180 by Craig Evans

Revision:
3:0e92710a46f9
Parent:
2:79d0d565c3af
--- a/BMP180.h	Fri Mar 13 18:44:57 2015 +0000
+++ b/BMP180.h	Sat Mar 14 12:57:44 2015 +0000
@@ -15,6 +15,9 @@
 #define ID_REG          0xD0
 #define EEPROM_REG_ADD  0xAA
 
+// uncomment line below to run in debug mode and compare to datasheet values
+//#define DEBUG
+
 // Struct to store calibration data
 typedef struct Calibration Calibration;
 struct Calibration {