tonton81 / FlexCAN_T4

FlexCAN (CAN 2.0 / CANFD) Library for Teensy 3.x and 4.0
https://forum.pjrc.com/threads/56035-FlexCAN_T4-FlexCAN-for-Teensy-4
MIT License
195 stars 65 forks source link

Added Single frame functionality #31

Closed fredmcc closed 2 years ago

fredmcc commented 2 years ago

Implemented single frame functionality when data size is less than 8 bytes. Also fixed error where config.len would be used to set the size of the first isotp can frame.

resolves #30