Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 4:2b5c52ae3923
1.52 beta rc
author | heinrichsweikamp |
---|---|
date | Sun, 14 Feb 2010 20:09:25 +0100 |
parents | 3cf8af30b36e |
children | d8b426d71282 |
comparison
equal
deleted
inserted
replaced
3:3cf8af30b36e | 4:2b5c52ae3923 |
---|---|
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'51' ; Software version XX.YY | 26 #DEFINE softwareversion_y d'52' ; Software version XX.YY |
27 | 27 |
28 #DEFINE max_custom_number d'41' ; Number of last used custom function | 28 #DEFINE max_custom_number d'41' ; 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 |
181 sub_b:2 | 181 sub_b:2 |
182 | 182 |
183 dLSB ;Pressure sensor interface | 183 dLSB ;Pressure sensor interface |
184 dMSB | 184 dMSB |
185 clock_count | 185 clock_count |
186 temperature_correction ; additional temperature correction value | 186 ppO2_setpoint_store ; Actual setpoint |
187 ; temperature_correction ; additional temperature correction value | |
187 W1:2 | 188 W1:2 |
188 W2:2 | 189 W2:2 |
189 W3:2 | 190 W3:2 |
190 W4:2 | 191 W4:2 |
191 C1:2 | 192 C1:2 |