Searched refs:drv_sht30_read_temp_and_humi (Results 1 – 1 of 1) sorted by relevance
104 static int drv_sht30_read_temp_and_humi(i2c_dev_t *drv, int32_t *temperature, uint32_t *humidity) in drv_sht30_read_temp_and_humi() function138 …ret = drv_sht30_read_temp_and_humi(drv, &g_sht30_data_new.temperature, &g_sht30_data_new.humidity); in drv_sht30_update_data()
Completed in 3 milliseconds