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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 2:4d9204790be1
- Parent:
- 1:a94ff5f08fd7
--- a/main.cpp Fri Feb 21 07:30:50 2020 +0000 +++ b/main.cpp Tue May 19 13:13:03 2020 +0000 @@ -48,6 +48,7 @@ ms5611.getAltitude_toggle_Temp_write(); wait_ms(100); printf("Altitude = %.2f m \r\n", ms5611.getAltitude_toggle_Temp_read()); + printf("Altitude = %.2f m \r\n", ms5611.getAltitude()); float T = timer.read(); wait(1.0); }