|  | LibDriver AHT10
    | 
aht10 handle structure definition More...
#include <driver_aht10.h>
| Data Fields | |
| uint8_t(* | iic_init )(void) | 
| uint8_t(* | iic_deinit )(void) | 
| uint8_t(* | iic_read_cmd )(uint8_t addr, uint8_t *buf, uint16_t len) | 
| uint8_t(* | iic_write_cmd )(uint8_t addr, uint8_t *buf, uint16_t len) | 
| void(* | delay_ms )(uint32_t ms) | 
| void(* | debug_print )(const char *const fmt,...) | 
| uint8_t | inited | 
aht10 handle structure definition
Definition at line 62 of file driver_aht10.h.
| void(* debug_print) (const char *const fmt,...) | 
point to a debug_print function address
Definition at line 69 of file driver_aht10.h.
| void(* delay_ms) (uint32_t ms) | 
point to a delay_ms function address
Definition at line 68 of file driver_aht10.h.
| uint8_t(* iic_deinit) (void) | 
point to an iic_deinit function address
Definition at line 65 of file driver_aht10.h.
| uint8_t(* iic_init) (void) | 
point to an iic_init function address
Definition at line 64 of file driver_aht10.h.
| uint8_t(* iic_read_cmd) (uint8_t addr, uint8_t *buf, uint16_t len) | 
point to an iic_read_cmd function address
Definition at line 66 of file driver_aht10.h.
| uint8_t(* iic_write_cmd) (uint8_t addr, uint8_t *buf, uint16_t len) | 
point to an iic_write_cmd function address
Definition at line 67 of file driver_aht10.h.
| uint8_t inited | 
inited flag
Definition at line 70 of file driver_aht10.h.