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: LPC1114_data_logger ProjectIOT Wether_Meter LPC1114_barometer_with_data_logging
Revision 3:20e0c6b19c24, committed 2014-06-29
- Comitter:
- kenjiArai
- Date:
- Sun Jun 29 06:51:05 2014 +0000
- Parent:
- 2:b81e7659be7a
- Child:
- 4:37fed112956c
- Commit message:
- small modification
Changed in this revision
| BMP180.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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