Class for using BMP180 Bosch Pressure sensor

Dependents:   ILI9341_Clock_Nucleo IoT-Polytech-Upmc

Revision:
3:f9ac42af2020
Parent:
2:4749ef781396
Child:
4:01c74f1b5f4d
--- a/BMP180.h	Tue Nov 26 19:56:05 2013 +0000
+++ b/BMP180.h	Tue Nov 26 20:04:02 2013 +0000
@@ -127,7 +127,7 @@
     */
     int startPressure(int oversample);  // Start pressure measurement!  Note oversample will vary the time to complete this measurement. See defines above for oversampling constants to use!
 
-    /** Reads the last barometric pressure reading that was started with readTemperature() function
+    /** Reads the last barometric pressure reading that was started with startPressure() function
     *
     * This function will return the fully compensated value of the barometric pressure in Pa.
     *   Note this function should follow startPressure() after the time needed to read the pressure.  This time will vary but maximum time is 25.5 ms and minimum time is 4.5 ms.