mirror of
https://github.com/okalachev/flix.git
synced 2026-01-12 05:57:52 +00:00
Make ONE_G definition const and move to utils.ino
This commit is contained in:
@@ -12,6 +12,8 @@ Vector accBias;
|
||||
Vector gyroBias;
|
||||
Vector accScale(1, 1, 1);
|
||||
|
||||
extern const float ONE_G;
|
||||
|
||||
void setupIMU() {
|
||||
Serial.println("Setup IMU");
|
||||
bool status = IMU.begin();
|
||||
|
||||
Reference in New Issue
Block a user