Skip to content

ESP32 GPIO and Enterprise WPA2

Compare
Choose a tag to compare
@brentru brentru released this 25 Apr 14:13
011a9d6
  • Added support for Enterprise WPA2, thanks @docmollo!
    • Example of using Enterprise WPA2 is located in examples/esp32spi_wpa2ent_simpletest.py
  • Added set_pin_mode, set_digital_write, and set_analog_write methods to expose equivalent GPIO commands from nina-fw. Thanks @cpforbes!

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.