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.
Fork of MaxbotixDriver by
Revision 2:455334cc71d5, committed 2014-12-05
- Comitter:
- andcor02
- Date:
- Fri Dec 05 16:45:13 2014 +0000
- Parent:
- 1:964f4d42a3d6
- Commit message:
- a
Changed in this revision
sonar.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 964f4d42a3d6 -r 455334cc71d5 sonar.cpp --- a/sonar.cpp Fri Dec 05 14:30:52 2014 +0000 +++ b/sonar.cpp Fri Dec 05 16:45:13 2014 +0000 @@ -10,7 +10,7 @@ MAXBOTIX::MAXBOTIX(PinName ain, PinName intr):_ain(ain), _intr(intr){ - calibration(); //Neccessary to run, +calibration(); //Neccessary to run, } float MAXBOTIX::calibration()