BMP180 is a digital barometric pressure sensor made by Bosch Sensortec (I2C Interface)

Dependents:   LPC1114_data_logger ProjectIOT Wether_Meter LPC1114_barometer_with_data_logging

Revision:
3:20e0c6b19c24
Parent:
2:b81e7659be7a
Child:
4:37fed112956c
--- a/BMP180.h	Sun Jun 22 06:07:52 2014 +0000
+++ b/BMP180.h	Sun Jun 29 06:51:05 2014 +0000
@@ -48,8 +48,8 @@
  * float pressure, temperature;
  *
  *   bmp180.normalize();    // This is important function Data read from BMP180 then normalization
- *   pressure = bmp180.read_pressure();         // just readiting data
- *   temperature = bmp180.read_temperature();   // just readiting data
+ *   pressure = bmp180.read_pressure();         // just read the data
+ *   temperature = bmp180.read_temperature();   // just read the data
  * }
  * @endcode
  */
@@ -112,4 +112,4 @@
     char BMP180_addr;
 };
 
-#endif // BMP180_H
\ No newline at end of file
+#endif // BMP180_H