Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
Dtsl2561.h63 #define LUX_RATIOSCALE (9) // Scale ratio by 2^9 macro
Dtsl2561.cxx152 if (channel0 != 0) ratio1 = (channel1 << (LUX_RATIOSCALE+1)) / channel0; in getLux()