TSL2583_LUX_CALC_OVER_FLOW
if (lux > TSL2583_LUX_CALC_OVER_FLOW) { /* check for overflow */
lux = TSL2583_LUX_CALC_OVER_FLOW;