#Hi all I m trying to use the sdioio
1 messages · Page 1 of 1 (latest)
The pinouts of the board are shown here: https://learn.adafruit.com/adafruit-esp32-s2-tft-feather/pinouts
you can use almost any GPIO pins on an ESP chip, on a feather board it may be useful to re-use the SPI pins unless they are used for something else, leaving other functions in their typical places
Thanks @native ocean!
I just tried to use just some random combination of the GPIO pins on the ESP chip, but hit a hard stop as circuitpython seems not offer sdioio (https://docs.circuitpython.org/en/latest/shared-bindings/sdioio/index.html#module-sdioio) to Adafruit Feather ESP32-S3. I see only "Adafruit Feather STM32F405 Express" listed. Ofc only figured this out by ImportErrors 😄