mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Reworked arming conditions.
This commit is contained in:
parent
fb0429597f
commit
31df82db2d
20 changed files with 149 additions and 107 deletions
|
@ -40,12 +40,12 @@ union rollAndPitchTrims_u;
|
|||
void applyAndSaveAccelerometerTrimsDelta(union rollAndPitchTrims_u *rollAndPitchTrimsDelta);
|
||||
void handleInflightCalibrationStickPosition();
|
||||
|
||||
void mwDisarm(void);
|
||||
void mwArm(void);
|
||||
void disarm(void);
|
||||
void tryArm(void);
|
||||
|
||||
void processRx(timeUs_t currentTimeUs);
|
||||
void updateLEDs(void);
|
||||
void updateArmingStatus(void);
|
||||
void updateRcCommands(void);
|
||||
|
||||
void taskMainPidLoop(timeUs_t currentTimeUs);
|
||||
bool isMotorsReversed(void);
|
||||
bool isMotorsReversed(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue