diff code_part1/OSTC_code_asm_part1/definitions.asm @ 27:29341afd2060

NEW: Depth, CNS, GF, ppO2 and Velocity are Color-coded NEW: CF43: Depth [mBar] for color-code display NEW: CF44: CNS [%] for color-code display NEW: CF45: GF [%] for color-code display NEW: CF46: ppO2 [cBar] for color-code display NEW: CF47: Velocity [m/min] for color-code display
author heinrichsweikamp
date Sat, 15 May 2010 17:58:55 +0200
parents 99512945c7a1
children 943dc3336f48
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Sat May 15 10:03:04 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sat May 15 17:58:55 2010 +0200
@@ -25,7 +25,7 @@
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
 #DEFINE	softwareversion_y		d'61'		; Software version  XX.YY
 
-#DEFINE	max_custom_number		d'41'		; Number of last used custom function
+#DEFINE	max_custom_number		d'47'		; Number of last used custom function
 
 #DEFINE	logbook_profile_version	0x20		; Do not touch!
 
@@ -57,6 +57,11 @@
 
 #DEFINE	plus_time_correction	d'42'
 
+#DEFINE	warn_depth		d'1'
+#DEFINE	warn_cns		d'2'
+#DEFINE	warn_gf			d'3'
+#DEFINE	warn_ppo2		d'4'
+#DEFINE warn_velocity	d'5'
 
 ;Configuration bits
 	CONFIG	OSC = IRCIO67        ;Internal oscillator block, port function on RA6 and RA7