Releases: pierremolinaro/acan2517
File renaming
CANMessage.h
renamed to ACAN2517_CANMessage.h
ACANBuffer.h
renamed to ACAN2517_ACANBuffer.h
Added CANMessage class union members
Added data_s64
, data_s32
, data_s16
and data_s8
to CANMessage
class union members (thanks to tomtom0707
).
Added Arduino Uno -- MCP2518FDClick wiring scheme
Thanks to soso49
Fixed retransmission attempts setting bug
Fixed retransmission attempts setting bug
Added NoRetransmissionAttemptsDemoTeensy3x.ino sketch.
Compilation error fixed, improved diagInfos method
Compilation error fix: release 1.1.8 does not compile;
Add: diagInfos() could also read register BDIAG0_REGISTER (thanks to turmary)
Fix retransmission attempts settings
Do not use this release: it does not compile.
Fix retransmission attempts settings (thanks to Flole)
1.1.7
Added dataFloat to CANMessage (thanks to Koryphon).
Bug fixes
1.1.6 Version 1.1.6
Fixed a race condition on ESP32 (thanks to Nick Kirkby).
1.1.5 Fixed a race condition on ESP32 (thanks to Nick Kirkby), version 1.1.5
Fixed TxQ enable bug, speed enhancements
Several speed enhancements (thanks to thomasfla).
Fixed TxQ enable bug (thanks to danielhenz for having fixed this in ACAN2517FD)
Added LoopBackIntensiveTestTeensy3xUsingTxQ demo sketch