Class for using BMP180 Bosch Pressure sensor

Dependents:   ILI9341_Clock_Nucleo IoT-Polytech-Upmc

Revision:
2:4749ef781396
Parent:
1:4c6b41f1203d
diff -r 4c6b41f1203d -r 4749ef781396 BMP180.cpp
--- a/BMP180.cpp	Tue Nov 26 08:29:44 2013 +0000
+++ b/BMP180.cpp	Tue Nov 26 19:56:05 2013 +0000
@@ -149,6 +149,7 @@
     errors += BMP180::readPressure(p);
     return(errors);
 }
+
 int BMP180::oversampleCheck(int oversample)
 {
     switch(oversample) {