Skip to content

Releases: adafruit/Adafruit-MLX90614-Library

2.1.5 Bump version in library.properties

15 Nov 15:15
b0b25e7
Compare
Choose a tag to compare

What's Changed

  • Update version number to 2.1.5 by @tyeth in #45

New Contributors

  • @tyeth made their first contribution in #45

Full Changelog: 2.1.4...2.1.5

2.1.4 - Updated CI Actions versions

22 May 16:44
Compare
Choose a tag to compare
Update CI action versions

2.1.3 - Tweaked memory allocation and cleanup

27 Aug 17:48
2429dfe
Compare
Choose a tag to compare
Merge pull request #36 from caternuson/mem_tweak

Tweak memory alloc and cleanup

2.1.2 - Updated examples

11 Aug 15:58
9023bc9
Compare
Choose a tag to compare
Bump to 2.1.2

2.1.1 - Fixed typo

27 Jul 20:27
912d940
Compare
Choose a tag to compare
Bump to 2.0.1

2.1.0 - Return NAN if reading is not successful

16 Jul 14:40
f6739e7
Compare
Choose a tag to compare

2.0.0 Move to BusIO

29 Jun 18:11
86eb452
Compare
Choose a tag to compare

BREAKING CHANGE

  • Moves to BusIO usage
  • breaking parameters used in default constructor moved to begin()

1.1.1 - Fixed writeEmissivity bug

13 Nov 20:12
06b30a8
Compare
Choose a tag to compare

1.1.0 - Add Emissivity accessors, use Actions for CI

07 May 21:27
a6cee6d
Compare
Choose a tag to compare

Thanks to @newts for adding a getter and setter for the emissivity factor :)

1.0.2 - Fix formatting, address compiler warning

06 Apr 21:50
30bd3dc
Compare
Choose a tag to compare

This release includes @EdgeEdx 's fix for a compiler warning they found. Thanks @EdgeEdx !