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:
- 25:bab86a12e9ad
- Parent:
- 24:92600b1d15b1
- Child:
- 27:f3ca0269515f
diff -r 92600b1d15b1 -r bab86a12e9ad Distance.cpp --- a/Distance.cpp Tue Jul 07 12:56:24 2015 +0000 +++ b/Distance.cpp Tue Jul 07 14:12:51 2015 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -Serial pc(USBTX, USBRX);//tx, rx +extern Serial pc; float radius; float distance;