An open API service indexing awesome lists of open source software.

https://github.com/jgroman/azsphere_lib_mlx90614

Azure Sphere MLX90614 Sensor Support Library
https://github.com/jgroman/azsphere_lib_mlx90614

azure-sphere ir-sensor mlx90614 mt3620

Last synced: 2 months ago
JSON representation

Azure Sphere MLX90614 Sensor Support Library

Awesome Lists containing this project

README

        

# Azure Sphere MLX90614 Sensor Support Library
This is MLX90614 IR thermometer sensor driver for Azure Sphere devices and kits.

## Importing
1. Clone this repository to a local directory.
1. Add VS Project *lib_mlx90614.vcxproj* to your Solution.
1. Add Reference *lib_mlx90614* to your Project References.
1. Include *lib_mlx90614.h* to your source files.

## Usage
Refer to included example project *lib_mlx90614_example* for library usage demonstration.