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: Obstacle_Avoiding_Robot wireless_project_BLE
Fork of HCSR04 by
Diff: hcsr04.cpp
- Revision:
- 4:33938a97d904
- Parent:
- 3:e6795cb9439c
- Child:
- 5:e70a24a88131
diff -r e6795cb9439c -r 33938a97d904 hcsr04.cpp --- a/hcsr04.cpp Sat Mar 30 18:43:21 2013 +0000 +++ b/hcsr04.cpp Sat Mar 30 18:46:01 2013 +0000 @@ -53,7 +53,7 @@ distance= (pulsedur*343)/20000; pulsetime.reset(); } - + void DistMeasure::rise (void (*fptr)(void)) { echo.rise(fptr);