Search found 1 match

by zxperi
Wed Nov 25, 2020 6:48 pm
Forum: ESP-IDF
Topic: How to use i2s in full-duplex mode
Replies: 23
Views: 61312

Re: How to use i2s in full-duplex mode

Should you not be using i2s_write rather than i2c_write? https://docs.espressif.com/projects/esp ... /i2s.html

Thanks for posting the code for making the full duplex out of the two ports, I was looking for just that, it looks like it should work