A lightweight Arduino/PlatformIO library for interfacing with the MLX90614 Infrared Temperature Sensor via I2C/SMBus.
Note: This library is a restructured adaptation based on Melexis's barebones mlx90614-library.
The core API and SMBus driver source files (MLX90614_API.cpp, MLX90614_API.h, MLX90614_SMBus_Driver.cpp, MLX90614_SMBus_Driver.h) were originally authored by Melexis N.V. and are licensed under the Apache License, Version 2.0.
You can easily include this library in your PlatformIO project by adding the GitHub repository URL to your platformio.ini file under lib_deps:
[env:your_board]
platform = ...
board = ...
framework = arduino
lib_deps =
[https://github.com/OWiC-Technologies/MLX90614-Arduino.git](https://github.com/OWiC-Technologies/MLX90614-Arduino.git)