Include FlixPeriph header instead of MPU9250

This simplifies choosing IMU model
This commit is contained in:
Oleg Kalachev
2025-10-07 08:41:27 +03:00
parent 96836b2e3e
commit bf9eeb90a4
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
// Work with the IMU sensor
#include <SPI.h>
#include <MPU9250.h>
#include <FlixPeriph.h>
#include "lpf.h"
#include "util.h"