LibDriver AHT20
Loading...
Searching...
No Matches
driver_aht20_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_AHT20_BASIC_H
38#define DRIVER_AHT20_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
60uint8_t aht20_basic_init(void);
61
69uint8_t aht20_basic_deinit(void);
70
80uint8_t aht20_basic_read(float *temperature, uint8_t *humidity);
81
85
86#ifdef __cplusplus
87}
88#endif
89
90#endif
driver aht20 interface header file
uint8_t aht20_basic_init(void)
basic example init
uint8_t aht20_basic_read(float *temperature, uint8_t *humidity)
basic example read
uint8_t aht20_basic_deinit(void)
basic example deinit