Skip to content

Releases: collin80/due_can

Bug fix for bus intialization

04 Dec 01:47
Compare
Choose a tag to compare

Previously the library would not re-initialize hardware if you called begin. That wasn't a good idea as it would lock up the CAN hardware if you connect to the wrong bus speed. Now you can call begin any time you need to in order to re-initialize the hardware.

Object oriented support, bug fixes

18 Nov 02:00
Compare
Choose a tag to compare

The library now supports doing direct callbacks to objects instead of requiring non-OOP code for the callbacks. Also, several bugs have been squashed.

First stable version of canbus library

06 Feb 01:40
Compare
Choose a tag to compare

This is the first release of the stable version of the library. Commits after this point can (and did) break existing code that relies on this library.