1.12.14 - Fixed bytes/str addition
Fixed an issue where str
was being added to bytes
, which is not compatible with CPython. Thanks @BiffoBear!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k
.
Read the docs for info on how to use it.