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: GeneralDebouncer Pacer PololuEncoder mbed
Fork of DeadReckoning by
Diff: test.cpp
- Revision:
- 45:e16e74bbbf8c
- Parent:
- 44:edcacba44760
- Child:
- 46:f11cb4f93aac
diff -r edcacba44760 -r e16e74bbbf8c test.cpp --- a/test.cpp Wed Apr 15 19:14:39 2015 +0000 +++ b/test.cpp Wed Apr 15 19:19:19 2015 +0000 @@ -504,7 +504,7 @@ turnSensor.update(); if (reportPacer.pace()) { - pc.printf("%d\r\n", turnSensor.getAngle()); + pc.printf("%d\r\n", turnSensor.getAngleDegrees()); } } } \ No newline at end of file