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