#include <cstdint>#include <iostream>#include <math.h>#include <mlx90640_thermal_camera/i2c_driver.h>#include <mlx90640_thermal_camera/params.h>

Go to the source code of this file.
Classes | |
| class | MLX90640 |
Macros | |
| #define | MLX_I2C_ADDR 0x33 |
| #define | SENSOR_H 32 |
| #define | SENSOR_W 24 |
| #define MLX_I2C_ADDR 0x33 |
Definition at line 10 of file mlx90640.h.
| #define SENSOR_H 32 |
Definition at line 12 of file mlx90640.h.
| #define SENSOR_W 24 |
Definition at line 11 of file mlx90640.h.