![]() |
LibDriver SHT30
|
sht30 extend driver modules More...
Functions | |
| uint8_t | sht30_set_reg (sht30_handle_t *handle, uint16_t command) |
| set the chip register | |
| uint8_t | sht30_get_reg (sht30_handle_t *handle, uint16_t command, uint8_t *buf, uint16_t len) |
| get the chip register | |
sht30 extend driver modules
| uint8_t sht30_get_reg | ( | sht30_handle_t * | handle, |
| uint16_t | command, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an sht30 handle structure |
| [in] | command | chip command |
| [out] | *buf | pointer to data buffer |
| [in] | len | data length |
Definition at line 1365 of file driver_sht30.c.
| uint8_t sht30_set_reg | ( | sht30_handle_t * | handle, |
| uint16_t | command ) |
set the chip register
| [in] | *handle | pointer to an sht30 handle structure |
| [in] | command | chip command |
Definition at line 1338 of file driver_sht30.c.