107-systems / 107-Arduino-MCP2515

Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.
https://107-systems.org
MIT License
88 stars 14 forks source link

Use outside of the Arduino ecosystem #92

Closed joerossrobotics closed 1 year ago

joerossrobotics commented 1 year ago

⚡ Feature Request

Please Describe The Problem To Be Solved I'd like to be able to use this library outside of the Arduino ecosystem.

Solution Use of _micros() function in config::setMode(). See proof of concept Here.

aentinger commented 1 year ago

I've taken a look at your POC, looks good to me, feel free to send a PR.

aentinger commented 1 year ago

Closing, see https://github.com/107-systems/107-Arduino-MCP2515/pull/93#issuecomment-1705571045 .