Skip to content

Releases: adafruit/Adafruit_CircuitPython_BitbangIO

1.2.3 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:36
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

Added Pin Deinitialization

01 Feb 17:21
156a95c
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

1.2.1 - Moved to pre-commit, added licensing info

20 Jan 23:01
dd90855
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

Removed some deprecated stop parameters

19 Dec 00:53
9c0d6e6
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

1.1.2 - Fixed discord invite link

09 Jul 20:50
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

Example Fixed

21 May 16:22
688c068
Compare
Choose a tag to compare

This release fixes the example which broke due to additional lock checks added. Thanks @tinue

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

I2C Protocol Added

06 May 16:14
6d882c1
Compare
Choose a tag to compare

This release adds the I2C protocol. It also fixes device locking in SPI.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

Updated to use latest pylint

16 Apr 20:55
1bb5361
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.

Initial Release

15 Apr 21:12
671c645
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bitbangio.

Read the docs for info on how to use it.