Does the I2S library support single-chip ADC+DAC I2S chips? #2758
Answered
by
earlephilhower
Geekachuqt
asked this question in
Q&A
-
I'm reading some contrasting messages regarding how to implement audio codecs that contain both ADCs and DACs, like the ES8388, per example. The I2S library currently makes you instantiate one object per input/output, which means they (I assume) can't share pins. However, for codecs like these they actually do share pins, so how does it work? |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Jan 16, 2025
Replies: 1 comment 2 replies
-
Right now something like that can't really be used. A new bidirectional I2S PIO program needs to be written as noted in #1055. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Geekachuqt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now something like that can't really be used. A new bidirectional I2S PIO program needs to be written as noted in #1055.