1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

cleaned up cliMotor(), added MSP_SET_MOTORS and enabled CAP_DYNBALANCE so the motors can be controlled from GUI

This commit is contained in:
dongie 2013-11-02 15:09:46 +09:00
parent d7b99e7938
commit bd8b1a1c8f
4 changed files with 45 additions and 23 deletions

View file

@ -412,6 +412,7 @@ void Sonar_update(void);
// Output
void mixerInit(void);
void mixerResetMotors(void);
void mixerLoadMix(int index);
void writeServos(void);
void writeMotors(void);