mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_BoardConfig: updated BRD_PWM_COUNT docs
This reflects the use of this parameter under ChibiOS
This commit is contained in:
parent
32688dd2f0
commit
1b4d680749
@ -104,8 +104,8 @@ AP_BoardConfig *AP_BoardConfig::instance;
|
||||
const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
||||
// @Param: PWM_COUNT
|
||||
// @DisplayName: Auxiliary pin config
|
||||
// @Description: Control assigning of FMU pins to PWM output, timer capture and GPIO. All unassigned pins can be used for GPIO
|
||||
// @Values: 0:No PWMs,2:Two PWMs,4:Four PWMs,6:Six PWMs,7:Three PWMs and One Capture
|
||||
// @Description: Controls number of FMU outputs which are setup for PWM. All unassigned pins can be used for GPIO
|
||||
// @Values: 0:No PWMs,1:One PWMs,2:Two PWMs,3:Three PWMs,4:Four PWMs,5:Five PWMs,6:Six PWMs,7:Seven PWMs,8:Eight PWMs
|
||||
// @RebootRequired: True
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("PWM_COUNT", 0, AP_BoardConfig, pwm_count, BOARD_PWM_COUNT_DEFAULT),
|
||||
|
Loading…
Reference in New Issue
Block a user