* 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](https://circuitpython.readthedocs.io/en/latest/shared-bindings/digitalio/__init__.html), https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/51
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.
Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.