LibDriver AMG8833
Loading...
Searching...
No Matches
driver_amg8833_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_AMG8833_BASIC_H
38#define DRIVER_AMG8833_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
56#define AMG8833_BASIC_DEFAULT_FRAME_RATE AMG8833_FRAME_RATE_10_FPS
57#define AMG8833_BASIC_DEFAULT_AVERAGE_MODE AMG8833_AVERAGE_MODE_TWICE
58
68
76uint8_t amg8833_basic_deinit(void);
77
86uint8_t amg8833_basic_read_temperature_array(float temp[8][8]);
87
96uint8_t amg8833_basic_read_temperature(float *temp);
97
101
102#ifdef __cplusplus
103}
104#endif
105
106#endif
driver amg8833 interface header file
amg8833_address_t
amg8833 address enumeration definition
uint8_t amg8833_basic_deinit(void)
basic example deinit
uint8_t amg8833_basic_read_temperature(float *temp)
basic example read temperature
uint8_t amg8833_basic_read_temperature_array(float temp[8][8])
basic example read temperature array
uint8_t amg8833_basic_init(amg8833_address_t addr_pin)
basic example init