![]() |
LibDriver SHT35
|
sht35 extend driver modules More...
Functions | |
| uint8_t | sht35_set_reg (sht35_handle_t *handle, uint16_t command) |
| set the chip register | |
| uint8_t | sht35_get_reg (sht35_handle_t *handle, uint16_t command, uint8_t *buf, uint16_t len) |
| get the chip register | |
sht35 extend driver modules
| uint8_t sht35_get_reg | ( | sht35_handle_t * | handle, |
| uint16_t | command, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an sht35 handle structure |
| [in] | command | chip command |
| [out] | *buf | pointer to data buffer |
| [in] | len | data length |
Definition at line 1365 of file driver_sht35.c.
| uint8_t sht35_set_reg | ( | sht35_handle_t * | handle, |
| uint16_t | command ) |
set the chip register
| [in] | *handle | pointer to an sht35 handle structure |
| [in] | command | chip command |
Definition at line 1338 of file driver_sht35.c.