Skip to content

DigitalIO for ESP32SPI

Compare
Choose a tag to compare
@brentru brentru released this 06 Jun 21:36
e199972
  • Added DigitalIO class for using any of the ESP32's GPIO Pins (usages incl.: RGB LEDs, expanding your available GPIO and more!). Compatible with CircuitPython's DigitalIO API, #51

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-esp32spi.

Read the docs for info on how to use it.