From 4cad75c595cc2931dc3b3263c2ff0cdae9d4e23b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 11 May 2023 07:18:02 +1200 Subject: [PATCH] Mark i2s_audio bclk_pin as optional (#2907) --- components/i2s_audio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i2s_audio.rst b/components/i2s_audio.rst index be34b74e4..c09ba5e43 100644 --- a/components/i2s_audio.rst +++ b/components/i2s_audio.rst @@ -21,7 +21,7 @@ Configuration variables: ------------------------ - **i2s_lrclk_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I²S ``LRCLK`` *(Left/Right Clock)* signal, also referred to as ``WS`` *(Word Select)* or ``FS`` *(Frame Sync)*. -- **i2s_bclk_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I²S ``BCLK`` *(Bit Clock)* signal, also referred to as ``SCK`` *(Serial Clock)*. +- **i2s_bclk_pin** (*Optional*, :ref:`Pin Schema `): The GPIO pin to use for the I²S ``BCLK`` *(Bit Clock)* signal, also referred to as ``SCK`` *(Serial Clock)*. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID for this I²S bus if you need multiple. See also