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.
Revision 1:5ea71ebc0d82, committed 2013-05-23
- Comitter:
- clemente
- Date:
- Thu May 23 12:44:46 2013 +0000
- Parent:
- 0:5d92b48edaff
- Child:
- 2:0b726b8c8ab9
- Commit message:
- Minor correction.
Changed in this revision
| MPL3115A2.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MPL3115A2.lib Thu May 23 06:46:16 2013 +0000 +++ b/MPL3115A2.lib Thu May 23 12:44:46 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/clemente/code/MPL3115A2/#cfecfabc5e23 +http://mbed.org/users/clemente/code/MPL3115A2/#30a04f651efe
--- a/main.cpp Thu May 23 06:46:16 2013 +0000
+++ b/main.cpp Thu May 23 12:44:46 2013 +0000
@@ -29,7 +29,7 @@
pc.printf("\tPressure: %f\tTemperature: %f\r\n", sensor_data[0], sensor_data[1]);
wigo_sensor1.Altimeter_Mode();
} else {
- pc.printf("\Altitude: %f\tTemperature: %f\r\n", sensor_data[0], sensor_data[1]);
+ pc.printf("\tAltitude: %f\tTemperature: %f\r\n", sensor_data[0], sensor_data[1]);
wigo_sensor1.Barometric_Mode();
}
mode++;
NXP MPL3115A2 Altimeter