Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 49:cd5b650920f6
1.70...
author | heinrichsweikamp |
---|---|
date | Wed, 28 Jul 2010 15:40:03 +0200 |
parents | 8457bb96b860 |
children | ceeeb5e49348 |
comparison
equal
deleted
inserted
replaced
48:ebc5abda180d | 49:cd5b650920f6 |
---|---|
21 ; ToDo: | 21 ; ToDo: |
22 | 22 |
23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values | 23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values |
24 | 24 |
25 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 25 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
26 #DEFINE softwareversion_y d'65' ; Software version XX.YY | 26 #DEFINE softwareversion_y d'70' ; Software version XX.YY |
27 | 27 |
28 #DEFINE max_custom_number d'48' ; Number of last used custom function | 28 #DEFINE max_custom_number d'48' ; Number of last used custom function |
29 | 29 |
30 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 30 #DEFINE logbook_profile_version 0x20 ; Do not touch! |
31 | 31 |
188 | 188 |
189 dLSB ;Pressure sensor interface | 189 dLSB ;Pressure sensor interface |
190 dMSB | 190 dMSB |
191 clock_count | 191 clock_count |
192 ppO2_setpoint_store ; Actual setpoint | 192 ppO2_setpoint_store ; Actual setpoint |
193 ; temperature_correction ; additional temperature correction value | |
194 W1:2 | 193 W1:2 |
195 W2:2 | 194 W2:2 |
196 W3:2 | 195 W3:2 |
197 W4:2 | 196 W4:2 |
198 C1:2 | 197 C1:2 |
585 #DEFINE ignore_digit3 flag9,4 ;=1: ignores digits 3-5 in valconv | 584 #DEFINE ignore_digit3 flag9,4 ;=1: ignores digits 3-5 in valconv |
586 #DEFINE ppO2_warn_value flag9,5 ;=1: warn about ppO2! | 585 #DEFINE ppO2_warn_value flag9,5 ;=1: warn about ppO2! |
587 #DEFINE output_to_postinc_only flag9,6 ;=1: Do not call wordprocessor in output | 586 #DEFINE output_to_postinc_only flag9,6 ;=1: Do not call wordprocessor in output |
588 #DEFINE uart_send_hash flag9,7 ;=1: Send the MD2 hash via UART | 587 #DEFINE uart_send_hash flag9,7 ;=1: Send the MD2 hash via UART |
589 | 588 |
590 #DEFINE uart_compensate_temp flag10,0 ;=1: Enter Temperature compensation routine | 589 ;#DEFINE free |
591 #DEFINE uart_send_int_eeprom flag10,1 ;=1: Send internal EEPROM BANK 0 | 590 #DEFINE uart_send_int_eeprom flag10,1 ;=1: Send internal EEPROM BANK 0 |
592 #DEFINE uart_reset_decodata flag10,2 ;=1: Reset deco data | 591 #DEFINE uart_reset_decodata flag10,2 ;=1: Reset deco data |
593 #DEFINE manual_gas_changed flag10,3 ;=1: Manual Gas changed during dive | 592 #DEFINE manual_gas_changed flag10,3 ;=1: Manual Gas changed during dive |
594 #DEFINE stored_gas_changed flag10,4 ;=1: Stored Gas changed during dive | 593 #DEFINE stored_gas_changed flag10,4 ;=1: Stored Gas changed during dive |
595 #DEFINE event_occured flag10,5 ;=1: An Event has occured during the current sample interval | 594 #DEFINE event_occured flag10,5 ;=1: An Event has occured during the current sample interval |