You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Can I reassign GPIO15 by doing find and replace on GPIO_ID_PIN(15) and BIT(15) in the code, and reassign, or do I only need to worry about GPIO_ID_PIN(15). A am trying to adapt this tutorial to the ESP8266-01. Is it possible to do this?
The text was updated successfully, but these errors were encountered:
This may not be possible - that pin is connected to the I2S bit clock. You'll need to check the ESP8266 datasheet to see if it's possible to use another pin for the I2S bit clock.
I see it says:
ESP pin - I2S signal
GPIO2/TX1 - LRCK
GPIO3/RX0 - DATA
GPIO15 - BCLK
Can I reassign GPIO15 by doing find and replace on
GPIO_ID_PIN(15)
andBIT(15)
in the code, and reassign, or do I only need to worry aboutGPIO_ID_PIN(15)
. A am trying to adapt this tutorial to the ESP8266-01. Is it possible to do this?The text was updated successfully, but these errors were encountered: