Releases: sparkfun/SparkFun_MLX90614_Arduino_Library
Releases · sparkfun/SparkFun_MLX90614_Arduino_Library
Rename functions for ESP8266 compatibility
Compile for ESP8266
Merge pull request #19 from uutzinger/master byte to uint8_t for ESP8266 3.0 compatibility
Qwiic IR Thermometer
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
v1.0.3 Update library.properties
Fix enum issue and I2C timeout wait issue
v1.0.2 Remove timeout from in I2C read function. See issue 3.
Wake up fix - see PR #5
Merge pull request #5 from rkaczorek/master Wake Up FIX