mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 08:28:19 +00:00
14 lines
228 B
YAML
14 lines
228 B
YAML
substitutions:
|
|
i2s_bclk_pin: GPIO15
|
|
i2s_lrclk_pin: GPIO16
|
|
i2s_mclk_pin: GPIO17
|
|
i2s_din_pin: GPIO33
|
|
|
|
<<: !include common.yaml
|
|
|
|
microphone:
|
|
- platform: i2s_audio
|
|
id: mic_id_adc
|
|
adc_pin: 32
|
|
adc_type: internal
|