Skip to content

Releases: pierremolinaro/acan2517FD

2.1.1

27 Apr 18:38
Compare
Choose a tag to compare

Added dataFloat to CANMessage and CANFDMessage (thanks to Koryphon).

Fix & ACAN_T4 compatibility

31 Dec 15:21
Compare
Choose a tag to compare

For compatibility with ACAN_T4 library, the DataBitRateFactor enumeration is declared outside of the ACAN2517FDSettings class.

Fix commented out line (thank to Flole998).

Fix incorrect usage of digitalPinToInterrupt

28 Oct 15:52
Compare
Choose a tag to compare

Thank to Flole998 for having fixed this bug.

Bug fixes, change in CANFDMessage class

15 Sep 18:33
Compare
Choose a tag to compare

Bug fixes
Change in CANFDMessage class: the type property specifies the frame format: CAN2.0B remote frame, CAN 2.0B data frame, CANFD frame with no bit rate switch, CANFD frame with bit rate switch.
Added sendfd-even and sendfd-odd test sketches.
Tested with the MCP2517FD and MCP2518FD CAN Controllers.

Running pinMode (mINT, INPUT_PULLUP) only if mInt pin is used (thanks to Tyler Lewis).

06 Jun 09:33
Compare
Choose a tag to compare
1.1.6

Running pinMode (mINT, INPUT_PULLUP) only if mInt pin is used

Fixed a race condition on ESP32 (thanks to Nick Kirkby).

02 Jun 17:28
Compare
Choose a tag to compare
1.1.5

Fixed a race condition on ESP32 (thanks to Nick Kirkby), version 1.1.5

Data bit Rate Fixed

21 Mar 19:51
Compare
Choose a tag to compare
  • Fixed dual bit rate bug (thanks to danielhenz).
  • Fixed TxQ enable bug (thanks to danielhenz).
  • Added setting of Enable Edge Filtering during Bus Integration state bit, for reaching the 8 Mbit/s bit data rate.
  • Updated LoopBackIntensiveTestTeensy3x sample code.

Compatibility with Arduino Uno

08 Feb 16:51
Compare
Choose a tag to compare
1.1.3

Arduino Uno compatibility

Removed useless mutex (ESP32), added mINTIsOpenDrain setting

03 Feb 15:04
Compare
Choose a tag to compare
1.1.2

Removed useless mutex (ESP32), added mINTIsOpenDrain setting

Compatibility with ESP32

31 Jan 19:45
Compare
Choose a tag to compare

This release also handles a connection with no interrupt pin.