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
- Host: GitHub
- URL: https://github.com/jgroman/azsphere_lib_mlx90614
- Owner: jgroman
- License: mit
- Created: 2019-08-29T17:09:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T11:20:53.000Z (over 5 years ago)
- Last Synced: 2025-01-20T05:37:38.189Z (4 months ago)
- Topics: azure-sphere, ir-sensor, mlx90614, mt3620
- Language: C
- Homepage:
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.