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
Revision 4:e0f9c9fb4cf3, committed 2014-11-24
- Comitter:
- ejteb
- Date:
- Mon Nov 24 20:23:07 2014 +0000
- Parent:
- 3:3459c57331e2
- Commit message:
- removed debbugging
Changed in this revision
ultrasonic.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ultrasonic.cpp Mon Nov 24 20:18:14 2014 +0000 +++ b/ultrasonic.cpp Mon Nov 24 20:23:07 2014 +0000 @@ -72,7 +72,7 @@ } int ultrasonic::isUpdated(void) { - printf("%d", done); + //printf("%d", done); d=done; done = 0; return d;