Add channel to i2s_microphone (#2937)

This commit is contained in:
Jesse Hills 2023-05-23 07:02:20 +12:00 committed by Keith Burzinski
parent d88f4b9590
commit e2e5628a92
No known key found for this signature in database
GPG Key ID: 802564C5F0EEFFBE

View File

@ -31,6 +31,7 @@ Configuration variables:
- ``external``: Use an external ADC connected to the I²S bus.
- ``internal``: Use the internal ADC of the ESP32. Only supported on ESP32, no variant support.
- **channel** (*Optional*, enum): The channel of the microphone. One of ``left`` or ``right``. Defaults to ``right``.
- **i2s_audio_id** (*Optional*, :ref:`config-id`): The ID of the :ref:`I²S Audio <i2s_audio>` you wish to use for this microphone.
- All other options from :ref:`Microphone <config-microphone>`