mirror of
https://github.com/okalachev/flix.git
synced 2026-01-12 05:57:52 +00:00
Move ONE_G definition to flix.ino
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
#include <SPI.h>
|
||||
#include <MPU9250.h>
|
||||
|
||||
#define ONE_G 9.80665
|
||||
|
||||
// NOTE: use 'ca' command to calibrate the accelerometer and put the values here
|
||||
Vector accBias(0, 0, 0);
|
||||
Vector accScale(1, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user