Mercurial > public > hwos_code
comparison src/ostc3.inc @ 59:3e65636a8462
Backlight level in eco mode
author | heinrichsweikamp |
---|---|
date | Sun, 01 Dec 2013 09:08:31 +0100 |
parents | 2825f1d2262f |
children | d3b494119c98 |
comparison
equal
deleted
inserted
replaced
58:c4876e4b3563 | 59:3e65636a8462 |
---|---|
17 | 17 |
18 #include <p18f87k22.inc> | 18 #include <p18f87k22.inc> |
19 #include <ports.inc> ; Portmap | 19 #include <ports.inc> ; Portmap |
20 | 20 |
21 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 21 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
22 #DEFINE softwareversion_y d'03' ; Software version XX.YY | 22 #DEFINE softwareversion_y d'04' ; Software version XX.YY |
23 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 23 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
24 | 24 |
25 #DEFINE comm_service_key 0xABCDEF | 25 #DEFINE comm_service_key 0xABCDEF |
26 | 26 |
27 ;----------------------------------------------------------------------------- | 27 ;----------------------------------------------------------------------------- |
28 | 28 |
168 #DEFINE ambient_light_max_high_36V .175 ; When used with a 3,6V battery | 168 #DEFINE ambient_light_max_high_36V .175 ; When used with a 3,6V battery |
169 #DEFINE ambient_light_max_high .150 | 169 #DEFINE ambient_light_max_high .150 |
170 #DEFINE ambient_light_min_high .40 | 170 #DEFINE ambient_light_min_high .40 |
171 #DEFINE ambient_light_max_medium .135 | 171 #DEFINE ambient_light_max_medium .135 |
172 #DEFINE ambient_light_min_medium .30 | 172 #DEFINE ambient_light_min_medium .30 |
173 #DEFINE ambient_light_max_eco .110 | 173 #DEFINE ambient_light_max_eco .100 |
174 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value! | 174 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value! |
175 | 175 |
176 ; IR Link timeout | 176 ; IR Link timeout |
177 #DEFINE ir_timeout_value .48 ; multiples of 62,5ms | 177 #DEFINE ir_timeout_value .48 ; multiples of 62,5ms |
178 | 178 |