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: LCD_DISCO_F746NG GRecorder BSP_DISCO_F746NG
Diff: main.cpp
- Revision:
- 7:349cc40eeb9c
- Parent:
- 6:09e7353d7e54
--- a/main.cpp Thu Jun 16 08:57:35 2022 +0000
+++ b/main.cpp Thu Jun 16 10:04:10 2022 +0000
@@ -212,6 +212,10 @@
fabs(accelero[1]);
fabs(accelero[2]);
+ accelero[0] = accelero[0]/9,81;
+ accelero[1] = accelero[1]/9,81;
+ accelero[2] = accelero[2]/9,81;
+
if (accelero[0] < 0){
fabs(accelero[0]);
}