LibDriver MLX90614  1.0.0
MLX90614 full-featured driver
driver_mlx90614_basic.h
Go to the documentation of this file.
1 
37 #ifndef DRIVER_MLX90614_BASIC_H
38 #define DRIVER_MLX90614_BASIC_H
39 
41 
42 #ifdef __cplusplus
43 extern "C"{
44 #endif
45 
60 uint8_t mlx90614_basic_init(void);
61 
69 uint8_t mlx90614_basic_deinit(void);
70 
80 uint8_t mlx90614_basic_read(float *ambient, float *object);
81 
86 #ifdef __cplusplus
87 }
88 #endif
89 
90 #endif
driver mlx90614 interface header file
uint8_t mlx90614_basic_init(void)
basic example init
uint8_t mlx90614_basic_deinit(void)
basic example deinit
uint8_t mlx90614_basic_read(float *ambient, float *object)
basic example read