Longan-Labs / Arduino_CAN_BUS_MCP2515

Arduino CAN Bus library, MCP2515/MCP2551
https://www.longan-labs.cc/
MIT License
118 stars 371 forks source link

Added support for CS control via Sketch. #3

Closed coryjfowler closed 10 years ago

coryjfowler commented 10 years ago

Added the ability for the sketch to tell the library what pin the chip-select of the MCP2515 is on. Additionally, it also allows for multiple MCP2515 ICs to be connected to a single Arduino. Multiple CAN interfaces are very much possible now. I will also be pushing out a revision to the CAN-Bus Shield Eagle files this weekend, look for it on my GitHub in the next few days.

coryjfowler commented 10 years ago

PS, I have some major changes going on in the sub-development branch... if you care to check that out.