Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

Updated Simpletest

05 May 15:05
96887ee
Compare
Choose a tag to compare

This release adds:

  • Updated simpletest example with pinouts for AirLift FeatherWing and AirLift Shield.

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.

ESP32 GPIO Example

21 Apr 18:14
3cf7b8a
Compare
Choose a tag to compare

This release adds:

  • #89 Example illustrating the set_digital_write() and set_analog_write() functions and the set_digital_read() and set_analog_read() functions. Thanks @anecdata!

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.

3.3.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:20
4c327a3
Compare
Choose a tag to compare

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.

3.3.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:32
bbccf26
Compare
Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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.

Fix PyLint issue within example script

28 Feb 19:26
c29ea4a
Compare
Choose a tag to compare

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.

Adding MAC_address_actual property

28 Feb 04:11
fbbe977
Compare
Choose a tag to compare

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.

Add Itsy AirLift to example

03 Feb 15:27
f523b23
Compare
Choose a tag to compare

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.

3.1.1 - Changed CI from Travis to GitHub Actions

17 Jan 02:14
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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.

Digital and Analog Read

23 Oct 16:58
c68c642
Compare
Choose a tag to compare
  • #80 Added set_analog_read and set_digital_read command handlers for the digital/analog read functions in Adafruit's fork of nina-fw, v1.5.0. Thanks @anecdata!

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.

Stricter certificate/private key file validation

15 Oct 15:56
098431f
Compare
Choose a tag to compare
  • Check for correct PEM file header text in set_certificate/set_private_key.

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.