mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
rpm telemetry based notch filter
This commit is contained in:
parent
00e0248988
commit
8d4ed72e13
14 changed files with 300 additions and 11 deletions
|
@ -76,6 +76,9 @@
|
|||
#ifdef USE_GYRO_DATA_ANALYSE
|
||||
#include "sensors/gyroanalyse.h"
|
||||
#endif
|
||||
#ifdef USE_RPM_FILTER
|
||||
#include "sensors/rpm_filter.h"
|
||||
#endif
|
||||
#include "sensors/sensors.h"
|
||||
|
||||
#if ((FLASH_SIZE > 128) && (defined(USE_GYRO_SPI_ICM20601) || defined(USE_GYRO_SPI_ICM20689) || defined(USE_GYRO_SPI_MPU6500)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue