![]() |
LibDriver AHT10
|
aht10 extend driver modules More...
Functions | |
| uint8_t | aht10_set_reg (aht10_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | aht10_get_reg (aht10_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
aht10 extend driver modules
| uint8_t aht10_get_reg | ( | aht10_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an aht10 handle structure |
| [out] | *buf | pointer to a data buffer |
| [in] | len | length of data buffer |
Definition at line 463 of file driver_aht10.c.
| uint8_t aht10_set_reg | ( | aht10_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an aht10 handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | length of data buffer |
Definition at line 430 of file driver_aht10.c.