Home
last modified time | relevance | path

Searched refs:humi_data (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/sensor/drv/
A Ddrv_temp_humi_ams_ens210.c175 uint8_t humi_data[3] = {0}; in drv_ens210_read_temp_and_humi() local
219 ret = sensor_i2c_read(&ens210_ctx, ENS210_REG_H_VAL, humi_data, 3, I2C_OP_RETRIES); in drv_ens210_read_temp_and_humi()
224 uint32_t h_val = (humi_data[2]<<16) + (humi_data[1]<<8) + (humi_data[0]<<0); in drv_ens210_read_temp_and_humi()

Completed in 3 milliseconds