[driver] Add a parameter to enable the PCA9685 driver

This commit is contained in:
Niklas Hauser
2025-08-21 17:03:31 +02:00
committed by Niklas Hauser
parent b2b80e8075
commit 9062d0cc7d
+10
View File
@@ -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