comparison src/ostc3.inc @ 198:c511dc403d7e

(Slightly) reduce current consumption in Eco and sleep mode
author heinrichsweikamp
date Mon, 10 Nov 2014 13:54:20 +0100
parents a0e0ddfc1b49
children dcd513840c6c
comparison
equal deleted inserted replaced
197:3bbfac29ba3e 198:c511dc403d7e
182 182
183 ; Brightness thresholds (between zero (off) and 255 (max. power)) 183 ; Brightness thresholds (between zero (off) and 255 (max. power))
184 #DEFINE ambient_light_max_high_36V .175 184 #DEFINE ambient_light_max_high_36V .175
185 #DEFINE ambient_light_max_high_c3 .240 185 #DEFINE ambient_light_max_high_c3 .240
186 #DEFINE ambient_light_max_high_15V .150 186 #DEFINE ambient_light_max_high_15V .150
187 #DEFINE ambient_light_min_high .40 187 #DEFINE ambient_light_min_high .35
188 #DEFINE ambient_light_max_medium .135 188 #DEFINE ambient_light_max_medium .135
189 #DEFINE ambient_light_min_medium .30 189 #DEFINE ambient_light_min_medium .25
190 #DEFINE ambient_light_max_eco .90 190 #DEFINE ambient_light_max_eco .75
191 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value! 191 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value!
192 192
193 ; IR Link timeout 193 ; IR Link timeout
194 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms 194 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms
195 195