![]() |
LibDriver AHT25
|
aht25 extend driver modules More...
Functions | |
| uint8_t | aht25_set_reg (aht25_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | aht25_get_reg (aht25_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
aht25 extend driver modules
| uint8_t aht25_get_reg | ( | aht25_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an aht25 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | length of data buffer |
Definition at line 579 of file driver_aht25.c.
| uint8_t aht25_set_reg | ( | aht25_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an aht25 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | length of data buffer |
Definition at line 548 of file driver_aht25.c.