mirror of
https://github.com/okalachev/flix.git
synced 2026-02-18 08:02:36 +00:00
Use FlixPeriph library for IMU, implement own IMU calibration
This commit is contained in:
@@ -51,8 +51,7 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
if (!readIMU()) return;
|
||||
|
||||
readIMU();
|
||||
step();
|
||||
readRC();
|
||||
estimate();
|
||||
|
||||
Reference in New Issue
Block a user