mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
Add channel to i2s_microphone (#2937)
This commit is contained in:
parent
d88f4b9590
commit
e2e5628a92
@ -31,6 +31,7 @@ Configuration variables:
|
|||||||
- ``external``: Use an external ADC connected to the I²S bus.
|
- ``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.
|
- ``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.
|
- **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>`
|
- All other options from :ref:`Microphone <config-microphone>`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user