Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
209 stars 50 forks source link

COSTAS #14

Closed meinschatz1 closed 2 years ago

meinschatz1 commented 2 years ago

pin_i2s_bck = 5 # GPIO Pin number for I2S "BCK" pin_i2s_lck = 32 # GPIO Pin number for I2S "L(R)CK" pin_i2s_din = 4 # GPIO Pin number for I2S "DIN"

I want to use DAC 12S and PCM 5102A and want to make sure this are the correct gpio pins on the ESP32 DEVKIT. PLEASE HELP

Edzelf commented 2 years ago

Yes, that looks okay. Be sure to have the 3 lines in your config, as there are no defaults.

meinschatz1 commented 2 years ago

thank you edzelf for the quick response,