![]() |
LibDriver SHT85
|
sht85 extend driver modules More...
Functions | |
| uint8_t | sht85_set_reg (sht85_handle_t *handle, uint16_t command) |
| set the chip register | |
| uint8_t | sht85_get_reg (sht85_handle_t *handle, uint16_t command, uint8_t *buf, uint16_t len) |
| get the chip register | |
sht85 extend driver modules
| uint8_t sht85_get_reg | ( | sht85_handle_t * | handle, |
| uint16_t | command, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a sht85 handle structure |
| [in] | command | chip command |
| [out] | *buf | pointer to data buffer |
| [in] | len | data length |
Definition at line 905 of file driver_sht85.c.
| uint8_t sht85_set_reg | ( | sht85_handle_t * | handle, |
| uint16_t | command ) |
set the chip register
| [in] | *handle | pointer to a sht85 handle structure |
| [in] | command | chip command |
Definition at line 878 of file driver_sht85.c.