1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Add DUAL_GYRO_SCALED debug mode to capture raw scaled roll/pitch from each gyro

Data is before the filters but scaled to 0-2000dps.

debug(0) = gyro 1 roll
debug(1) = gyro 1 pitch
debug(2) = gyro 2 roll
debug(3) = gyro 2 roll
This commit is contained in:
Bruce Luckcuck 2019-03-23 12:09:08 -04:00
parent 616b476bb9
commit acf0af7790
3 changed files with 11 additions and 0 deletions

View file

@ -101,6 +101,7 @@ typedef enum {
DEBUG_D_MIN,
DEBUG_AC_CORRECTION,
DEBUG_AC_ERROR,
DEBUG_DUAL_GYRO_SCALED,
DEBUG_COUNT
} debugType_e;