-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
199 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
module_name: IO PWM Output | ||
actuator_output: | ||
output_groups: | ||
- generator: pwm | ||
param_prefix: PWM_MAIN | ||
channel_labels: ['PWM Main', 'PWM Capture'] | ||
timer_config_file: "boards/px4/io-v2/src/timer_config.cpp" | ||
standard_params: | ||
disarmed: { min: 800, max: 2200, default: 900 } | ||
min: { min: 800, max: 1400, default: 1000 } | ||
max: { min: 1600, max: 2200, default: 2000 } | ||
failsafe: { min: 800, max: 2200 } | ||
pwm_timer_param: | ||
description: | ||
short: Output Protocol Configuration for ${label} | ||
long: | | ||
Select which Output Protocol to use for outputs ${label}. | ||
Custom PWM rates can be used by directly setting any value >0. | ||
type: enum | ||
default: 400 | ||
values: | ||
-1: OneShot | ||
50: PWM50 | ||
100: PWM100 | ||
200: PWM200 | ||
400: PWM400 | ||
reboot_required: true | ||
|
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
Oops, something went wrong.