Use FlixPeriph library for IMU, implement own IMU calibration

This commit is contained in:
Oleg Kalachev
2024-03-15 10:38:48 +03:00
parent d752cce0cc
commit 2cf1c7abb3
5 changed files with 100 additions and 61 deletions

View File

@@ -51,8 +51,7 @@ void setup() {
}
void loop() {
if (!readIMU()) return;
readIMU();
step();
readRC();
estimate();