Releases: adafruit/Adafruit_CircuitPython_MCP2515
1.0.9 - Fixed example name
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
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
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
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
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
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
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!
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
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.