1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

New turtle mode that only spins needed props

This commit is contained in:
Bryce Johnson 2017-08-18 17:00:24 -05:00
parent 4948415560
commit fd37566bc5
5 changed files with 49 additions and 9 deletions

View file

@ -49,3 +49,4 @@ void updateRcCommands(void);
void taskMainPidLoop(timeUs_t currentTimeUs);
bool isMotorsReversed(void);
bool isFlipOverAfterCrashMode(void);