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.
- Host: GitHub
- URL: https://github.com/asukiaaa/canbusmcp2515-arduino-old
- Owner: asukiaaa
- License: mit
- Created: 2021-05-22T05:46:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T03:39:06.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:29:55.958Z (over 1 year ago)
- Topics: arduino-library, canbus
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)