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 dgps by
Diff: handle/handleCompass.cpp
- Revision:
- 49:06721139d298
- Parent:
- 44:2ae602b89961
- Child:
- 66:5d43988d100c
diff -r f89fc45811a1 -r 06721139d298 handle/handleCompass.cpp
--- a/handle/handleCompass.cpp Fri Apr 25 23:50:51 2014 +0000
+++ b/handle/handleCompass.cpp Sat Apr 26 04:14:18 2014 +0000
@@ -19,5 +19,5 @@
}
compass.read();
heading = compass.get_heading();
- USB::getSerial().printf("Compass heading: %f\r\n",heading);
+ //USB::getSerial().printf("Compass heading: %f\r\n",heading);
}
\ No newline at end of file
