Skip to content

Releases: sparkfun/SparkFun_MLX90614_Arduino_Library

Rename functions for ESP8266 compatibility

18 Aug 20:54
Compare
Choose a tag to compare

Compile for ESP8266

05 Jul 17:20
17be963
Compare
Choose a tag to compare
Merge pull request #19 from uutzinger/master

byte to uint8_t for ESP8266 3.0 compatibility

Qwiic IR Thermometer

13 Nov 20:53
Compare
Choose a tag to compare

Update library and examples so that they match current SparkFun Arduino library standards.
Here are the major changes:

  • Library updated such that the user can pass in whichever I2C bus they want to use
  • Functions that returned 0 or 1 now return bools (true/false)
  • Examples updated to pause on failed begin()
  • Change I2C address example re-written
  • Added link to examples to download the library from the Arduino library manager
    Tested with the new SparkX Qwiic IR Thermometer.

Support for non Atmega MCU

30 Jun 21:43
Compare
Choose a tag to compare
v1.0.3

Update library.properties

Fix enum issue and I2C timeout wait issue

10 Dec 22:14
Compare
Choose a tag to compare
v1.0.2

Remove timeout from in I2C read function. See issue 3.

Wake up fix - see PR #5

10 Dec 21:59
4f7ac4a
Compare
Choose a tag to compare
Merge pull request #5 from rkaczorek/master

Wake Up FIX