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: RangeFinder mbed
Fork of SeeedUltrasoundRangeFinder by
Revision 1:285d47b768ac, committed 2015-08-29
- Comitter:
 - mbedAustin
 - Date:
 - Sat Aug 29 04:27:42 2015 +0000
 - Parent:
 - 0:186bb2174995
 - Commit message:
 - Updated example code and underlying libraries to work properly
 
Changed in this revision
--- a/Pulse.lib Wed Jul 04 15:56:38 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/NickRyder/code/Pulse/#fb79a4637a64
--- a/RangeFinder.lib Wed Jul 04 15:56:38 2012 +0000 +++ b/RangeFinder.lib Sat Aug 29 04:27:42 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/NickRyder/code/RangeFinder/#05c9036328ee +http://mbed.org/users/NickRyder/code/RangeFinder/#cf496fb70317
--- a/main.cpp	Wed Jul 04 15:56:38 2012 +0000
+++ b/main.cpp	Sat Aug 29 04:27:42 2015 +0000
@@ -24,7 +24,7 @@
 #include "RangeFinder.h"
 
 // Seeed ultrasound range finder
-RangeFinder rf(p21, 10, 5800.0, 100000);
+RangeFinder rf(D0, 10, 5800.0, 100000);
 DigitalOut led(LED1);
 
 int main()  {
--- a/mbed.bld Wed Jul 04 15:56:38 2012 +0000 +++ b/mbed.bld Sat Aug 29 04:27:42 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479 +http://mbed.org/users/mbed_official/code/mbed/builds/8ed44a420e5c \ No newline at end of file

            Grove Ultrasonic Ranger