Class for using BMP180 Bosch Pressure sensor

Dependents:   ILI9341_Clock_Nucleo IoT-Polytech-Upmc

Revision:
4:01c74f1b5f4d
Parent:
3:f9ac42af2020
diff -r f9ac42af2020 -r 01c74f1b5f4d BMP180.h
--- a/BMP180.h	Tue Nov 26 20:04:02 2013 +0000
+++ b/BMP180.h	Tue Nov 26 20:14:34 2013 +0000
@@ -110,7 +110,7 @@
     *
     * This function will return the fully compensated value of the temperature in Degrees celsius with one decimal so 253 is 25.3 C.
     *   Note this function should normaly follow the startTemperature() function and should also preceed the startPressure() and readPressure() commands!
-    *   Note this function should follow startTemperature() after 4.5 ms min has elapsed or reading will be incorrect.
+    *   Note this function should follow startTemperature() after 4.5 ms minimum has elapsed or reading will be incorrect.
     *
     * @param t the temperature fully compensated value is returned in this variable.
     * @param returns 0 for no errors during i2c communication.  Any other number is just a i2c communication failure of some kind!