Refactor PCA9685 (#26379)

* refactor: use parseDefaultArguments

* style: reverted changes to docs (should be auto-generated)

* refactor: use parseDefaultArguments

* style: reverted changes to docs (should be auto-generated)
This commit is contained in:
Phil-Engljaehringer
2026-03-05 15:31:12 +01:00
committed by GitHub
parent 61d2173524
commit 010f6dcbae
9 changed files with 44 additions and 87 deletions
@@ -28,7 +28,7 @@ then
echo "ads1115 not found."
fi
if ! pca9685_pwm_out start
if ! pca9685_pwm_out start -X
then
echo "pca9685_pwm_out not found."
fi