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: GPS2 L3GD20 LSM303DLHC2 PID mbed SDFileSystem
Fork of GPSNavigation by
Diff: navigation.h
- Revision:
- 12:273479524c71
- Parent:
- 8:c77ab7615b21
- Child:
- 13:17f04a55c6e2
--- a/navigation.h Mon Apr 27 18:10:52 2015 +0000
+++ b/navigation.h Wed Apr 29 18:07:43 2015 +0000
@@ -17,6 +17,7 @@
// Outputs difference in compass heading(magHead) and heading required(calcHead)
// negative is left and positive is right
/*************************************************************************************************************************************************************/
+//TODO: Check for redundancy
float whichWay(float magHead, float calcHead)
{
float magDiff;
