Searched refs:LUX_RATIOSCALE (Results 1 – 2 of 2) sorted by relevance
63 #define LUX_RATIOSCALE (9) // Scale ratio by 2^9 macro
152 if (channel0 != 0) ratio1 = (channel1 << (LUX_RATIOSCALE+1)) / channel0; in getLux()