Searched refs:AHT10_MEAS_SIZE (Results 1 – 1 of 1) sorted by relevance
14 #define AHT10_MEAS_SIZE 6 macro135 u8 raw_data[AHT10_MEAS_SIZE]; in aht10_read_values()149 res = i2c_master_recv(client, raw_data, AHT10_MEAS_SIZE); in aht10_read_values()150 if (res != AHT10_MEAS_SIZE) { in aht10_read_values()
Completed in 4 milliseconds