Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
Dtsl2561.cxx95 uint8_t ch0_low, ch0_high, ch1_low, ch1_high; in getLux() local
103 error = i2cReadReg(REGISTER_Channal0H, ch0_high); in getLux()
109 rawLuxCh0 = ch0_high*256+ch0_low; in getLux()