teachop / FlexCAN_Library

Arduino library for CAN on Teensy 3.1
The Unlicense
154 stars 122 forks source link

Add CAN Bus standards supported #33

Open andrey-gvrd opened 4 years ago

andrey-gvrd commented 4 years ago

Hi, I'm having a hard time figuring out whether this library supports CAN2.0A only or if CAN2.0B (extended) is supported also.

andrey-gvrd commented 4 years ago

NVM, just noticed 'CAN_message_t.ext', so I guess it supports both.