* 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](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.