comparison src/ostc3.inc @ 101:8c471940d989

increase ir-timeout to 4 seconds
author heinrichsweikamp
date Sun, 04 May 2014 21:23:09 +0200
parents 9c7d9e7198c0
children 223579e905c3
comparison
equal deleted inserted replaced
100:9c7d9e7198c0 101:8c471940d989
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'30' ; Software version XX.YY 22 #DEFINE softwareversion_y d'31' ; Software version XX.YY
23 #DEFINE softwareversion_beta 0 ; (and 0 for release) 23 #DEFINE softwareversion_beta 1 ; (and 0 for release)
24 24
25 #DEFINE comm_service_key 0xABCDEF 25 #DEFINE comm_service_key 0xABCDEF
26 26
27 ;----------------------------------------------------------------------------- 27 ;-----------------------------------------------------------------------------
28 28
173 #DEFINE ambient_light_min_medium .30 173 #DEFINE ambient_light_min_medium .30
174 #DEFINE ambient_light_max_eco .90 174 #DEFINE ambient_light_max_eco .90
175 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value! 175 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value!
176 176
177 ; IR Link timeout 177 ; IR Link timeout
178 #DEFINE ir_timeout_value .48 ; multiples of 62,5ms 178 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms
179 179
180 ; Gaslist hard-coded limits 180 ; Gaslist hard-coded limits
181 #DEFINE gaslist_min_o2 .7 ; Minimum O2 [%] 181 #DEFINE gaslist_min_o2 .7 ; Minimum O2 [%]
182 #DEFINE gaslist_max_change_depth .100 ; Max. change depth [m] 182 #DEFINE gaslist_max_change_depth .100 ; Max. change depth [m]
183 #DEFINE gaslist_sp_stepsize .10 ; Steps for Setpoint Setup [cbar] 183 #DEFINE gaslist_sp_stepsize .10 ; Steps for Setpoint Setup [cbar]