comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 665:259e4c1bf3c2

grey-out TTS and ceiling after gas change (until new plan is ready)
author heinrichsweikamp
date Wed, 14 Nov 2012 12:39:39 +0100
parents 99dea4fe641f
children 3282581fe178
comparison
equal deleted inserted replaced
664:9c13bf8a3033 665:259e4c1bf3c2
528 #DEFINE gas_setup_page2 flag11,1 ;=1: page two of gassetup active 528 #DEFINE gas_setup_page2 flag11,1 ;=1: page two of gassetup active
529 #DEFINE logbook_header_drawn flag11,2 ;=1: The "Logbook" Header in the List view is already drawn 529 #DEFINE logbook_header_drawn flag11,2 ;=1: The "Logbook" Header in the List view is already drawn
530 #DEFINE ignore_digit4 flag11,3 ;=1: Ignores digits 4-5 in valconv 530 #DEFINE ignore_digit4 flag11,3 ;=1: Ignores digits 4-5 in valconv
531 #DEFINE charge_done flag11,4 ;=1: Complete charge cycle done 531 #DEFINE charge_done flag11,4 ;=1: Complete charge cycle done
532 #DEFINE initialize_battery1 flag11,5 ;=1: Battery memory need to be initialised 532 #DEFINE initialize_battery1 flag11,5 ;=1: Battery memory need to be initialised
533 #DEFINE initialize_battery2 flag11,6 ;=1: Battery memory need to be initialised 533 #DEFINE decoplan_invalid flag11,6 ;=1: Decoplan still invalid (After a gas change)
534 #DEFINE charge_started flag11,7 ;=1: Charger started in CC mode 534 #DEFINE charge_started flag11,7 ;=1: Charger started in CC mode
535 535
536 #DEFINE setpoint_changed flag12,0 ;=1: Setpoint was changed in divemode, store in profile 536 #DEFINE setpoint_changed flag12,0 ;=1: Setpoint was changed in divemode, store in profile
537 #DEFINE uart_115200_bootloader flag12,1 ;=1: Look for 115200 Baud bootloader 537 #DEFINE uart_115200_bootloader flag12,1 ;=1: Look for 115200 Baud bootloader
538 #DEFINE debug_mode flag12,2 ;=1: Debugmode active 538 #DEFINE debug_mode flag12,2 ;=1: Debugmode active