1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

First cut on Alpha-Beta-Gamma filter for gyro

This commit is contained in:
Pawel Spychalski (DzikuVx) 2021-04-28 12:40:28 +02:00
parent 459645801b
commit f91279cb8a
7 changed files with 148 additions and 2 deletions

View file

@ -83,5 +83,6 @@ typedef enum {
DEBUG_FW_D,
DEBUG_IMU2,
DEBUG_ALTITUDE,
DEBUG_GYRO_ALPHA_BETA_GAMMA,
DEBUG_COUNT
} debugType_e;