Searched refs:LUX_ALERT_DELTA (Results 1 – 1 of 1) sorted by relevance
13 #define LUX_ALERT_DELTA 50 macro73 struct sensor_value lo_thr = { MAX(lux - LUX_ALERT_DELTA, 0), }; in process_sample()74 struct sensor_value hi_thr = { lux + LUX_ALERT_DELTA }; in process_sample()