comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 71:6beb680a6130

1.72beta - color-coded gaslist, small fix with stopwatch
author heinrichsweikamp
date Wed, 10 Nov 2010 14:59:09 +0100
parents 8d8e753d72e3
children 35d947d7a6e7
comparison
equal deleted inserted replaced
70:8d8e753d72e3 71:6beb680a6130
59 #DEFINE warn_cns d'2' 59 #DEFINE warn_cns d'2'
60 #DEFINE warn_gf d'3' 60 #DEFINE warn_gf d'3'
61 #DEFINE warn_ppo2 d'4' 61 #DEFINE warn_ppo2 d'4'
62 #DEFINE warn_velocity d'5' 62 #DEFINE warn_velocity d'5'
63 #DEFINE warn_ceiling d'6' 63 #DEFINE warn_ceiling d'6'
64 #DEFINE warn_gas_in_gaslist d'7'
65
64 66
65 ;Configuration bits 67 ;Configuration bits
66 CONFIG OSC = IRCIO67 ;Internal oscillator block, port function on RA6 and RA7 68 CONFIG OSC = IRCIO67 ;Internal oscillator block, port function on RA6 and RA7
67 CONFIG FCMEN = OFF ;Fail-Safe Clock Monitor disabled 69 CONFIG FCMEN = OFF ;Fail-Safe Clock Monitor disabled
68 CONFIG IESO = OFF ;Oscillator Switchover mode disabled 70 CONFIG IESO = OFF ;Oscillator Switchover mode disabled
635 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer 637 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer
636 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! 638 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive!
637 #DEFINE pre_dive_screen flag15,2 ;=1: Show predive screen instead of graphs 639 #DEFINE pre_dive_screen flag15,2 ;=1: Show predive screen instead of graphs
638 #DEFINE blinking_better_gas flag15,3 ;=1: Gas is currently blinking 640 #DEFINE blinking_better_gas flag15,3 ;=1: Gas is currently blinking
639 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed 641 #DEFINE display_see_l_tissue flag15,4 ;=1: Leading Tissue details are now displayed
640 ;free 642 #DEFINE lock_stopwatch_reset flag15,5 ;=1: Locks the Reset of the Stopwtach/Average depth for 1 second
641 ;free 643 ;free
642 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode 644 #DEFINE show_interval flag15,7 ;=1: Show Interval, =0: Show Clock in Surfacemode
643 645