Fixed pitch rate axis after bugfix in GY85 library

This commit is contained in:
Stedd 2023-10-22 23:40:22 +02:00
parent eb9700a84f
commit a9bacfc6e8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ void readIMU() {
//Pitch rate from gyroscope
pitch_rate = -gx;
pitch_rate = -gy;
//Complementary filter