mirror of
https://github.com/okalachev/flix.git
synced 2025-08-16 16:46:11 +00:00
Enable gyro calibration on the start
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <MPU9250.h>
|
||||
|
||||
#define IMU_CS_PIN 4 // chip-select pin for IMU SPI connection
|
||||
#define CALIBRATE_GYRO_ON_START false
|
||||
#define CALIBRATE_GYRO_ON_START true
|
||||
|
||||
MPU9250 IMU(SPI, IMU_CS_PIN);
|
||||
|
||||
|
Reference in New Issue
Block a user