forked from betaflight/betaflight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rpm limiter initial throttle cap prediction fix (betaflight#13039)
* initial commit * initial commit * Update src/main/flight/mixer_init.c Co-authored-by: Jan Post <[email protected]> * rpm limiter vbat compensation * remove forced define * change to multiply * rpm limiter vbat compensation method 2 * fixes * remove def * test * test * test * cleanup * fix for maxcheck condition not satisfied if set to 2000 * Refactoring / cleanup * Rename averageRpmFilter * missing paren * Move RPM estimation to motor.h * Add macro for deadband --------- Co-authored-by: Jan Post <[email protected]>
- Loading branch information
1 parent
0b0c63a
commit 2733dad
Showing
5 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters