An open API service indexing awesome lists of open source software.

https://github.com/asukiaaa/canbusmcp2515-arduino-old

A library for arduino to communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.
https://github.com/asukiaaa/canbusmcp2515-arduino-old

arduino-library canbus

Last synced: 7 months ago
JSON representation

A library for arduino to communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.

Awesome Lists containing this project

README

          

# CanBusMCP2515-arduino (CanBusMCP2515_asukiaaa) -old

This library is old one.
See new one https://github.com/asukiaaa/CanBusMCP2515-arduino.

A library for arduino to communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.

# License

MIT

# References

- [MCP2515](https://ww1.microchip.com/downloads/en/DeviceDoc/MCP2515-Stand-Alone-CAN-Controller-with-SPI-20001801J.pdf)
- [MCP_CAN_lib](https://github.com/coryjfowler/MCP_CAN_lib)
- [acan25125](https://github.com/pierremolinaro/acan2515)