sht4x.c | 383 sht4x_cmdr(struct sht4x_sc *sc, uint8_t cmd, uint8_t *buf, size_t blen) function in typeref:typename:int 580 error = sht4x_cmdr(sc, SHT4X_SOFT_RESET, NULL, 0); 586 error = sht4x_cmdr(sc, SHT4X_READ_SERIAL, buf, 6); 753 error = sht4x_cmdr(sc,measurement_command,rawdata,6);
|