collin80 / FlexCAN_Library

Arduino library for CAN on Teensy 3.1, 3.2, 3.5, and 3.6
MIT License
114 stars 42 forks source link

Teensy 4.0 #12

Open Popov77 opened 4 years ago

Popov77 commented 4 years ago

When will this library be compatible with a Teensy 4.0

collin80 commented 4 years ago

Well, I don't even have a Teensy4.0 so probably not any time soon. Also, I'm aware of other, better libraries out there that have had much better development and do support the Teensy 4.0. I'd recommend this library:

https://github.com/tonton81/FlexCAN_T4

Popov77 commented 4 years ago

Thanks for the reply and the link, have a nice day!

sebashb commented 3 years ago

tonton81 have just updated his library and it's now fully compatible with the CANLister that exists in this one. It's not yet on GitHub but you can check it here.

I have been able to port my class from Collin's library to Tonton's one without major changes. Just the way of initialising the bus is bit different.