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

Add hooks for triflight

This commit is contained in:
Martin Budden 2017-12-31 15:40:35 +00:00
parent b71fe232c3
commit ccb49583e9
9 changed files with 175 additions and 10 deletions

View file

@ -128,3 +128,4 @@ void stopPwmAllMotors(void);
float convertExternalToMotor(uint16_t externalValue);
uint16_t convertMotorToExternal(float motorValue);
bool mixerIsTricopter(void);