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: Distance.cpp
- Revision:
- 40:23008d8111d5
- Parent:
- 36:a2d20d5e5e19
diff -r 442292ae12da -r 23008d8111d5 Distance.cpp
--- a/Distance.cpp Wed Jul 08 08:42:29 2015 +0000
+++ b/Distance.cpp Wed Jul 08 10:48:12 2015 +0000
@@ -19,6 +19,6 @@
break;
}
}
- pc.printf("The distance has be calulated and is ");
+ pc.printf("The distance has be calulated and is %f", distance_out);
return(distance_out);//returns the distance in as a float
}
\ No newline at end of file