comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 552:44e9b961f156

Compute ppO2 for pSCR diving
author heinrichsweikamp
date Sat, 04 Feb 2012 18:23:36 +0100
parents a73a452ca155
children 77c8ff191cd7
comparison
equal deleted inserted replaced
551:c67bf1ca73ef 552:44e9b961f156
182 182
183 CF_DEFAULT CF_INT8, d'20', d'5', d'50' ; CF57 Ascent/deco gas usage (SAC l/min) 183 CF_DEFAULT CF_INT8, d'20', d'5', d'50' ; CF57 Ascent/deco gas usage (SAC l/min)
184 CF_DEFAULT CF_INT8, d'0', d'0', d'10' ; CF58 TTS for extra time at current depth [min] 184 CF_DEFAULT CF_INT8, d'0', d'0', d'10' ; CF58 TTS for extra time at current depth [min]
185 CF_DEFAULT CF_INT15, d'0', d'0', d'7000' ; CF59 Cave conso warning [l] 185 CF_DEFAULT CF_INT15, d'0', d'0', d'7000' ; CF59 Cave conso warning [l]
186 CF_DEFAULT CF_BOOL, 0, 0, 0 ; CF60 Show Graphical ascend speed indicator 186 CF_DEFAULT CF_BOOL, 0, 0, 0 ; CF60 Show Graphical ascend speed indicator
187 CF_DEFAULT CF_INT15, 0, 0, 0 ; UNUSED 187 CF_DEFAULT CF_BOOL, 0, 0, 0 ; CF61 Show pSCR ppO2
188 188
189 CF_DEFAULT CF_INT15, 0, 0, 0 ; UNUSED 189 CF_DEFAULT CF_PERCENT, .4, .0, .100 ; CF62 pSCR O2 Drop
190 CF_DEFAULT CF_INT15, 0, 0, 0 ; UNUSED 190 CF_DEFAULT CF_INT8, .10, .0, .100 ; CF63 pSCR counterlung ratio
191 CF_DEFAULT CF_INT15, 0, 0, 0 ; UNUSED 191 ; CF_DEFAULT CF_INT15, 0, 0, 0 ; UNUSED
192 cf_default_table2: 192 cf_default_table2:
193 193
194 ;============================================================================= 194 ;=============================================================================
195 195
196 menu_reset: 196 menu_reset: