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: NavigationTest_ NavigationTest theRobotNEW theRobot ... more
Sharp.cpp
00001 #include "Sharp.h" 00002 #include "mbed.h" 00003 #include "math.h" 00004 00005 Sharp::Sharp( PinName voutPin ): 00006 vout(voutPin) 00007 { 00008 } 00009 00010 double Sharp::getIRDistance(void) 00011 { 00012 float dist = vout.read(); 00013 00014 return 37.115*dist*dist-73.021*dist+43.451; 00015 }
Generated on Wed Jul 13 2022 21:20:49 by
1.7.2