Fix decay_mode comment in hbridge fan example configuration. (#3369)

The comment incorrectly described the slow decay mode as braking, and fast decay mode as coasting.
This commit is contained in:
Tucker Kern 2023-11-14 11:26:51 -07:00 committed by GitHub
parent 04ab6cd6b9
commit 3037d451fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ The ``hbridge`` fan platform allows you to use a compatible *h-bridge* (L298N, D
pin_a: motor_forward_pin
pin_b: motor_reverse_pin
# enable_pin: motor_enable
decay_mode: slow # slow decay mode (braking) or fast decay (coasting).
decay_mode: slow # slow decay mode (coasting) or fast decay (braking).
Configuration variables:
------------------------