Skip to content

6.0.0 - Compatible Socket API

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 08 Jul 14:16
· 27 commits to main since this release
c8bb625

This release contains breaking changes that are not backwards compatible with prior versions of the library.

The API within the ESP32SPI Socket class has been modified to bring it more in line with the CPython and built-in wifi circuitpython sockets. Functions that were non-standard have been removed or made private with leading underscores.

See #167 for a comprehensive list of changes.

Thank you @dhalbert.

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.