MLX90632 Driver Library
a258525c
Universal MCU library for the 90632
|
This is 90632 example driver with virtual i2c read/write functions. There will be some mapping needed with MCU's own i2c read/write procedures, but the core calculations should remain the same. Functions that need to be implemented for each individual MCU are listed in mlx90632_depends.h
file.
Since there is one source and two header files they can be built also just as normal source files. They are dependent on mathlib and errno so appropriate flags are required. For ease of development and unit-testing Makefile was added with following targets:
Datasheet is available in Melexis documentation.
You can either include library directly or object file. Definitions are found in library inc/
folder and you need to point your compiler -I
flag there.
After you have your environment set you need to enter below flow to your program.