Skip to content

Releases: monolithicpower/MagVector-Arduino-Library

1.0.1

19 May 21:08
Compare
Choose a tag to compare

Fix rounding error and replace sprintf() by Serial.Print() for better cross platform support.

The error observed on a MKRZero was due to the fact that the sprintf function doesn't support float (%f) with all MCUs. RP2040 support it but apparently not SAMD21 and AVR based Arduino boards. New code should be supported by all Arduino boards.

1.0.0

18 May 21:45
Compare
Choose a tag to compare

Initial Version