LibDriver MLX90614
Loading...
Searching...
No Matches
driver_mlx90614_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_MLX90614_BASIC_H
38#define DRIVER_MLX90614_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
60uint8_t mlx90614_basic_init(void);
61
69uint8_t mlx90614_basic_deinit(void);
70
80uint8_t mlx90614_basic_read(float *ambient, float *object);
81
85
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