https://github.com/collin80/due_can
Object oriented canbus library for Arduino Due compatible boards
https://github.com/collin80/due_can
Last synced: 6 months ago
JSON representation
Object oriented canbus library for Arduino Due compatible boards
- Host: GitHub
- URL: https://github.com/collin80/due_can
- Owner: collin80
- License: lgpl-2.1
- Created: 2013-03-10T22:23:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T21:15:49.000Z (over 2 years ago)
- Last Synced: 2024-08-03T18:14:47.240Z (9 months ago)
- Language: C++
- Size: 169 KB
- Stars: 249
- Watchers: 58
- Forks: 95
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-arduino - due_can - Object oriented CANbus library for Arduino Due compatible boards (Libraries)
- awesome-arduino - due_can - Object oriented CANbus library for Arduino Due compatible boards (Libraries)
README
due_can
=======Object oriented canbus library for Arduino Due compatible boards
Implements both CAN buses exposed by Due hardware.
This library requires the can_common library now. That library
is a common base that other libraries can be built off of to allow
a more universal API for CAN.The needed can_common library is found here:
https://github.com/collin80/can_common