Philip Smith / BMP180

Dependents:   ILI9341_Clock_Nucleo IoT-Polytech-Upmc

Files at this revision

API Documentation at this revision

Comitter:
harrypowers
Date:
Tue Nov 26 20:04:02 2013 +0000
Parent:
2:4749ef781396
Child:
4:01c74f1b5f4d
Commit message:
Small update to docs but looks good so far! Ready to publish i think!

Changed in this revision

BMP180.h Show annotated file Show diff for this revision Revisions of this file
--- 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.