clemente di caprio / Mbed 2 deprecated WIGO_MPL3115A2

Dependencies:   MPL3115A2 mbed

Files at this revision

API Documentation at this revision

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++;