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:
parent
d7b99e7938
commit
bd8b1a1c8f
4 changed files with 45 additions and 23 deletions
1
src/mw.h
1
src/mw.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue