comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 153:17de42ab02b6

realtime clock defaults
author heinrichsweikamp
date Thu, 13 Jan 2011 09:05:45 +0100
parents fc699a7460e6
children b7adae4d0289
comparison
equal deleted inserted replaced
152:e5f1cfec8113 153:17de42ab02b6
602 #DEFINE depth_greater_100m flag13,5 ;=1: Depth is greater then 100m 602 #DEFINE depth_greater_100m flag13,5 ;=1: Depth is greater then 100m
603 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active 603 #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active
604 #DEFINE toggle_customview flag13,7 ;=1: Next customview 604 #DEFINE toggle_customview flag13,7 ;=1: Next customview
605 605
606 #DEFINE enter_error_sleep flag14,0 ;=1: Sleep immediately displaying the error using LED codes 606 #DEFINE enter_error_sleep flag14,0 ;=1: Sleep immediately displaying the error using LED codes
607 ;unused flag14,1 ;=1: 607 #DEFINE nsm flag14,1 ;=1: Do not sleep
608 #DEFINE is_bailout flag14,2 ;=1: CC mode, but bailout active! 608 #DEFINE is_bailout flag14,2 ;=1: CC mode, but bailout active!
609 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active 609 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active
610 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu 610 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu
611 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable 611 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable
612 #DEFINE better_gas_available flag14,6 ;=1: A better gas is available and a gas change is advised in divemode 612 #DEFINE better_gas_available flag14,6 ;=1: A better gas is available and a gas change is advised in divemode