Skip to content

Releases: adafruit/Adafruit_CircuitPython_MCP2515

1.0.9 - Fixed example name

26 Apr 20:01
3375ca3
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.8 - Ran black

10 Mar 23:47
9797c38
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.7 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:40
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.6 - Explicitly declaring canio as a package to try to get it to import right

24 Feb 19:49
7b751aa
Compare
Choose a tag to compare

If you have already installed the library and are not able to import it, update it with pip3 install adafruit-circuitpython-mcp2515 -U

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

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

Read the docs for info on how to use it.

1.0.5 - Possibly fixing issue with importing adafruit_mcp2515.canio

24 Feb 19:35
a3b4c39
Compare
Choose a tag to compare

If you have already installed the library and are running into this issue, update it with pip3 install adafruit-circuitpython-mcp2515 -U

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

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

Read the docs for info on how to use it.

1.0.4 - Fixed issue with setup.py that didn't allow the library to be imported on Linux

23 Feb 22:38
f87a9e4
Compare
Choose a tag to compare

If you have already installed the library, update it with pip3 install adafruit-circuitpython-mcp2515 -U

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

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

Read the docs for info on how to use it.

1.0.3 - Fixed buffer clear

19 Nov 20:55
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.2 - API update and Initial Release!

06 Nov 22:13
0bafa14
Compare
Choose a tag to compare

This release includes updates to better match the CircuitPython core canio API and is the "official" release since I apparently skipped 1.0.0 :0

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

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

Read the docs for info on how to use it.

1.0.1 - PyPi setup bugfix

19 Oct 22:10
Compare
Choose a tag to compare

This release includes a fix to the setup.py used to configure PyPi uploads. Should fix the PyPi release

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

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

Read the docs for info on how to use it.