Skip to content

OWiC-Technologies/MLX90614-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLX90614 Arduino/PlatformIO Library

A lightweight Arduino/PlatformIO library for interfacing with the MLX90614 Infrared Temperature Sensor via I2C/SMBus.

Acknowledgements & Licensing

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.

Installation (PlatformIO)

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)

About

A lightweight Arduino/PlatformIO library for interfacing with the MLX90614 Infrared Temperature Sensor via I2C/SMBus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors