Skip to content

Releases: TcMenu/TcMenuLog

1.0.4 Hex function truncation fix for AVR

07 Dec 08:49
Compare
Choose a tag to compare

On AVR the hex functions took the wrong datatype (unsigned int) which was a 16-bit type. This led to larger 32-bit values being truncated to the first 16-bits.

1.0.3 Correct version number

12 Oct 09:39
Compare
Choose a tag to compare

correct version number, see 1.0.2

1.0.2 Fix an issue with min/max macros

12 Oct 09:35
Compare
Choose a tag to compare

Fix an issue with min and max macros that led to compile issues under PicoSDK and mbed.

1.0.1 Arduino library manager compatibility

22 Sep 11:22
Compare
Choose a tag to compare

Added extra tags for library manager.

1.0.0 First release

22 Sep 11:06
9c3b7ff
Compare
Choose a tag to compare

First release, all tests pass, works on wide range of boards.