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: mbed HMC5883L_kai_3
Diff: main.cpp
- Revision:
- 2:2ce6c35efc65
- Parent:
- 1:c91577293e84
- Child:
- 3:8b34748c199c
--- a/main.cpp Thu Feb 07 06:14:43 2019 +0000 +++ b/main.cpp Fri Nov 15 12:21:29 2019 +0000 @@ -9,7 +9,7 @@ while(1){ compass.init(); - b= compass.getHeadingXYDeg(20,50); + b= compass.getHeadingXYDeg(-152,286); printf("%lf\r\n",b); // wait(0.);