Micropython driver to communicate to CAN buses using MPC2515 via SPI port.
This driver is based on capella-ben' microPython_MCP2515 as well as Adafruit_CircuitPython_MCP2515 driver.
I modified here and there to:
- Add the capability to set crystal baudrate (8MHz, 10MHz, 16MHz)
- Simplify the lib files
- Add config file for easy testing
- More examples
Go check Adafruit_CircuitPython_MCP2515 for further implementation.