2021-11-10 01:31 AM
I would need to find the i2c.h library to be able to have the low-level functions i2c.read and i2c.write to read the data of a thermal sensor mlx90640
Solved! Go to Solution.
2021-11-10 05:07 AM
You can use the HAL libraries. STM32CubeMX should generate the starting code for you. There are example usages in the relevant Cube repository, for example:
2021-11-10 05:07 AM
You can use the HAL libraries. STM32CubeMX should generate the starting code for you. There are example usages in the relevant Cube repository, for example: