From 2ac91126ff7866424602820378467df4f317997d Mon Sep 17 00:00:00 2001 From: ithinkido <52834821+ithinkido@users.noreply.github.com> Date: Fri, 10 Mar 2023 07:07:57 +0100 Subject: [PATCH] Update hbridge.rst (#2733) Decay mode : Fast decay is braking vs slow decay , 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 19501f5c0..0eca3db83 100644 --- a/components/fan/hbridge.rst +++ b/components/fan/hbridge.rst @@ -50,7 +50,7 @@ Configuration variables: - **enable_pin** (*Optional*, :ref:`config-id`): The id of the :ref:`float output ` connected to the Enable pin of the h-bridge (if h-bridge uses enable). - **decay_mode** (*Optional*, string): The decay mode you want to use with - the h-bridge. Either ``slow`` (braking) or ``fast`` (coasting). Defaults to ``slow``. + the h-bridge. Either ``slow`` (coasting) or ``fast`` (braking). Defaults to ``slow``. - **speed_count** (*Optional*, int): Set the number of supported discrete speed levels. The value is used to calculate the percentages for each speed. E.g. ``2`` means that you have 50% and 100% while ``100`` will allow 1% increments in the output. Defaults to ``100``.