mirror of
https://github.com/okalachev/flix.git
synced 2026-02-18 08:02:36 +00:00
Make ONE_G definition const and move to utils.ino
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define RATES_LFP_ALPHA 0.2 // cutoff frequency ~ 40 Hz
|
||||
|
||||
LowPassFilter<Vector> ratesFilter(RATES_LFP_ALPHA);
|
||||
extern const float ONE_G;
|
||||
|
||||
void estimate() {
|
||||
applyGyro();
|
||||
|
||||
Reference in New Issue
Block a user