Adafruit-circuitpython-esp32spi

Latest version: v8.3.1

Safety actively analyzes 638361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 16

1.9.3

* Raises an error on invalid `get_time()` calls.

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.

1.9.2

This release switches from `socket.read` to `socket.recv` to match the [CircuitPython Socket API](https://circuitpython.readthedocs.io/en/latest/shared-bindings/socket/__init__.html#socket.recv) and the [CPython Socket API](https://docs.python.org/3/library/socket.html#socket.socket.recv).

* Calls to`socket.read` 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](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.

1.9.1

Switches `socket.write` to `socket.send` to match the [CircuitPython Socket API](https://circuitpython.readthedocs.io/en/latest/shared-bindings/socket/__init__.html#socket.send) and the [CPython Socket API](https://docs.python.org/3/library/socket.html#socket.socket.send).

* Calls to`socket.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](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.

1.9.0

Exposes the [getTime function in nina-fw](https://github.com/adafruit/nina-fw/blob/master/main/CommandHandler.cpp#L792) to fetch the latest unix timestamp.

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.

1.8.0

This release adds the ability to put the ESP32 into AP mode so that devices can connect to its local network. https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/57
* Adds access point creation methods to `esp32spi.py`, thanks mscosti
* Can specify the SSID and an optional password for the network

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.

1.7.0

Release notes:
* Removal of `adafruit_esp32spi_requests.py` from ESP32SPI library.
* This library now depends on [CircuitPython_Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests).
* WiFiManager and examples patched for backwards-compatibility.
* Addition of Server Creation and Management support (https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/59), thanks mscosti!


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.

Page 12 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.