I have to use the I2S interface on esp8266-01, but I have some problem with pinout...
In the esp8266 documentation there is:
I2S Data Input
Pin Name Pin Num IO Function Name
MTDI 10 IO12 I2SI_DATA
MTCK 12 IO13 I2SI_BCK
MTMS 9 IO14 I2SI_WS
MTDO 13 IO15 I2SO_BCK
U0RXD 25 IO3 I2SO_DATA
GPIO2 14 IO2 I2SO_WS
but on esp8266-01 there are only these pins: 3.3v, RX, RST, IO0, EN, IO2, TX, GND
How can I do to use I2S interface on esp8266-01?
Thanks!
Simeon