Skip to content

socket.write -> socket.send

Compare
Choose a tag to compare
@brentru brentru released this 29 Aug 19:38
e16dd06

Switches socket.write to socket.send to match the CircuitPython Socket API and the CPython Socket API.

  • Calls tosocket.write will still work with this release but is deprecated, and will be removed in a future release.

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.