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 Orientation_tracker X_NUCLEO_IKS01A2
Diff: main.cpp
- Revision:
- 19:428ad790bdb3
- Parent:
- 18:ba523ddf9a89
- Child:
- 20:c27bce3cf63b
--- a/main.cpp Mon May 13 11:45:43 2019 +0000 +++ b/main.cpp Mon May 13 11:59:00 2019 +0000 @@ -155,7 +155,7 @@ yaw = magdwick_filter::getYaw(); printf(" Pitch: %.2f\n Roll: %.2f\n, Yaw: %.2f\n", pitch, roll, yaw); - + printf("Hehehehe"); wait(0.5); } }