mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
[driver] Add a parameter to enable the PCA9685 driver
This commit is contained in:
committed by
Niklas Hauser
parent
b2b80e8075
commit
9062d0cc7d
@@ -19,6 +19,16 @@ actuator_output:
|
||||
parameters:
|
||||
- group: Actuator Outputs
|
||||
definitions:
|
||||
PCA9685_EN_BUS:
|
||||
description:
|
||||
short: Enable the PCA9685 output driver
|
||||
long: |
|
||||
Enable the PCA9685 output driver.
|
||||
The integer refers to the I2C bus number where PCA9685 is connected.
|
||||
type: int32
|
||||
min: 0
|
||||
max: 10
|
||||
default: 0
|
||||
PCA9685_SCHD_HZ:
|
||||
description:
|
||||
short: PWM update rate
|
||||
|
||||
Reference in New Issue
Block a user