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: Nucleo_UltrasonicHelloWorld Proj Nucleo_UltrasonicHelloWorld mbedTurtleCar ... more
Diff: ultrasonic.cpp
- Revision:
- 3:3459c57331e2
- Parent:
- 2:cc1143d36567
- Child:
- 4:e0f9c9fb4cf3
diff -r cc1143d36567 -r 3459c57331e2 ultrasonic.cpp
--- a/ultrasonic.cpp Mon Nov 24 17:10:44 2014 +0000
+++ b/ultrasonic.cpp Mon Nov 24 20:18:14 2014 +0000
@@ -72,6 +72,7 @@
}
int ultrasonic::isUpdated(void)
{
+ printf("%d", done);
d=done;
done = 0;
return d;
HC-SR04