Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ILI9341_Clock_Nucleo IoT-Polytech-Upmc
Revision 4:01c74f1b5f4d, committed 2013-11-26
- Comitter:
- harrypowers
- Date:
- Tue Nov 26 20:14:34 2013 +0000
- Parent:
- 3:f9ac42af2020
- Commit message:
- small doc update!
Changed in this revision
| BMP180.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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!