From 3037d451fc1f4356ace052d8af1a5188e5280813 Mon Sep 17 00:00:00 2001 From: Tucker Kern Date: Tue, 14 Nov 2023 11:26:51 -0700 Subject: [PATCH] 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. --- components/fan/hbridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fan/hbridge.rst b/components/fan/hbridge.rst index 0eca3db83..3035ab45c 100644 --- a/components/fan/hbridge.rst +++ b/components/fan/hbridge.rst @@ -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: ------------------------