adafruit / Adafruit_CircuitPython_ESP32SPI

ESP32 as wifi with SPI interface
MIT License
103 stars 75 forks source link

Add usage example for RP2040 #125

Closed brentru closed 3 years ago

brentru commented 3 years ago

Adding new simpletest example for RP2040 pico to include inline learn.

brentru commented 3 years ago

NOTE: This is included as a separate example due to the non-traditional SPI bus constructor (not board.MISO/MOSI/CS pins) and for a new guide.