![]() |
LibDriver SHT4X
|
sht4x extend driver modules More...
Functions | |
| uint8_t | sht4x_write_read (sht4x_handle_t *handle, uint8_t cmd, uint16_t delay_ms, uint8_t *data, uint16_t len) |
| write and read bytes | |
sht4x extend driver modules
| uint8_t sht4x_write_read | ( | sht4x_handle_t * | handle, |
| uint8_t | cmd, | ||
| uint16_t | delay_ms, | ||
| uint8_t * | data, | ||
| uint16_t | len ) |
write and read bytes
| [in] | *handle | pointer to an sht4x handle structure |
| [in] | cmd | sent command |
| [in] | delay_ms | delay in ms |
| [out] | *data | pointer to a data buffer |
| [in] | len | data length |
Definition at line 574 of file driver_sht4x.c.