/azsphere_lib_mlx90614

Azure Sphere MLX90614 Sensor Support Library

Primary LanguageCMIT LicenseMIT

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.
  2. Add VS Project lib_mlx90614.vcxproj to your Solution.
  3. Add Reference lib_mlx90614 to your Project References.
  4. Include lib_mlx90614.h to your source files.

Usage

Refer to included example project lib_mlx90614_example for library usage demonstration.