comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 283:4ec488f046f4

Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
author heinrichsweikamp
date Tue, 19 Apr 2011 19:31:16 +0200
parents 17aab4ca0547
children 4dbff2aa31ee
comparison
equal deleted inserted replaced
282:aa4b62840c69 283:4ec488f046f4
487 #DEFINE initialize_battery1 flag11,5 ;=1: Battery memory need to be initialised 487 #DEFINE initialize_battery1 flag11,5 ;=1: Battery memory need to be initialised
488 #DEFINE initialize_battery2 flag11,6 ;=1: Battery memory need to be initialised 488 #DEFINE initialize_battery2 flag11,6 ;=1: Battery memory need to be initialised
489 #DEFINE charge_started flag11,7 ;=1: Charger started in CC mode 489 #DEFINE charge_started flag11,7 ;=1: Charger started in CC mode
490 490
491 #DEFINE setpoint_changed flag12,0 ;=1: Setpoint was changed in divemode, store in profile 491 #DEFINE setpoint_changed flag12,0 ;=1: Setpoint was changed in divemode, store in profile
492 ; #DEFINE free flag12,1 ;=1: 492 #DEFINE uart_115200_bootloader flag12,1 ;=1: Look for 115200 Baud bootloader
493 #DEFINE debug_mode flag12,2 ;=1: Debugmode active 493 #DEFINE debug_mode flag12,2 ;=1: Debugmode active
494 #DEFINE neg_flag_isr flag12,3 ;=1: ISR Negative flag (Math) 494 #DEFINE neg_flag_isr flag12,3 ;=1: ISR Negative flag (Math)
495 #DEFINE select_bailoutgas flag12,4 ;=1: Select Bailout instead of Setpoint in Gaslist 495 #DEFINE select_bailoutgas flag12,4 ;=1: Select Bailout instead of Setpoint in Gaslist
496 #DEFINE FLAG_apnoe_mode flag12,5 ;=1: Apnoe mode selected 496 #DEFINE FLAG_apnoe_mode flag12,5 ;=1: Apnoe mode selected
497 #DEFINE customfunction_page flag12,6 ;=1: Use 2nd Page of Custom Functions 497 #DEFINE customfunction_page flag12,6 ;=1: Use 2nd Page of Custom Functions