![]() |
LibDriver SHT31
|
sht31 extend driver modules More...
Functions | |
| uint8_t | sht31_set_reg (sht31_handle_t *handle, uint16_t command) |
| set the chip register | |
| uint8_t | sht31_get_reg (sht31_handle_t *handle, uint16_t command, uint8_t *buf, uint16_t len) |
| get the chip register | |
sht31 extend driver modules
| uint8_t sht31_get_reg | ( | sht31_handle_t * | handle, |
| uint16_t | command, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an sht31 handle structure |
| [in] | command | chip command |
| [out] | *buf | pointer to data buffer |
| [in] | len | data length |
Definition at line 1365 of file driver_sht31.c.
| uint8_t sht31_set_reg | ( | sht31_handle_t * | handle, |
| uint16_t | command ) |
set the chip register
| [in] | *handle | pointer to an sht31 handle structure |
| [in] | command | chip command |
Definition at line 1338 of file driver_sht31.c.