Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 10:b7ace8994b29
1.52 beta
author | heinrichsweikamp |
---|---|
date | Fri, 19 Mar 2010 13:57:58 +0100 |
parents | 395230c28023 |
children | 99512945c7a1 |
comparison
equal
deleted
inserted
replaced
9:395230c28023 | 10:b7ace8994b29 |
---|---|
227 #DEFINE saturation_multiplier d'110' ; 8BIT x1.1 | 227 #DEFINE saturation_multiplier d'110' ; 8BIT x1.1 |
228 #DEFINE desaturation_multiplier d'90' ; 8BIT x0.9 | 228 #DEFINE desaturation_multiplier d'90' ; 8BIT x0.9 |
229 #DEFINE nofly_time_ratio d'60' ; 8BIT 60% | 229 #DEFINE nofly_time_ratio d'60' ; 8BIT 60% |
230 #DEFINE gradient_factor_alarm1 d'100' ; 8Bit 100% | 230 #DEFINE gradient_factor_alarm1 d'100' ; 8Bit 100% |
231 | 231 |
232 #DEFINE gradient_factor_alarm2 d'120' ; 8Bit 120% | 232 #DEFINE not_used_CF15 d'100' ; 8Bit |
233 #DEFINE deco_distance_for_sim d'10' ; 8Bit 1m | 233 #DEFINE deco_distance_for_sim d'10' ; 8Bit 1m |
234 #DEFINE ppo2_warning_low d'019' ; 8Bit 0.19 Bar | 234 #DEFINE ppo2_warning_low d'019' ; 8Bit 0.19 Bar |
235 #DEFINE ppo2_warning_high d'160' ; 8Bit 1.60 Bar | 235 #DEFINE ppo2_warning_high d'160' ; 8Bit 1.60 Bar |
236 #DEFINE ppo2_display_high d'150' ; 8Bit 1.50 Bar | 236 #DEFINE ppo2_display_high d'150' ; 8Bit 1.50 Bar |
237 | 237 |
313 rcall reset_customfunction ; saves default and current value | 313 rcall reset_customfunction ; saves default and current value |
314 | 314 |
315 movlw LOW gradient_factor_alarm1 | 315 movlw LOW gradient_factor_alarm1 |
316 rcall reset_customfunction ; saves default and current value | 316 rcall reset_customfunction ; saves default and current value |
317 | 317 |
318 movlw LOW gradient_factor_alarm2 | 318 movlw LOW not_used_CF15 |
319 rcall reset_customfunction ; saves default and current value | 319 rcall reset_customfunction ; saves default and current value |
320 | 320 |
321 movlw LOW deco_distance_for_sim | 321 movlw LOW deco_distance_for_sim |
322 rcall reset_customfunction ; saves default and current value | 322 rcall reset_customfunction ; saves default and current value |
323 | 323 |