changeset 426:8f8151bb53bb

docu update
author heinrichsweikamp
date Fri, 10 Jun 2016 10:01:42 +0200
parents 75f913a029d0
children ceb1b7329dce
files doc/hwos_interface.odt src/comm.asm src/divemenu_tree.asm
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file doc/hwos_interface.odt has changed
--- a/src/comm.asm	Fri May 13 16:01:49 2016 +0200
+++ b/src/comm.asm	Fri Jun 10 10:01:42 2016 +0200
@@ -27,7 +27,7 @@
     extern  option_check_all, gaslist_cleanup_list, get_first_gas_to_WREG, get_first_dil_to_WREG
     extern  vault_decodata_into_eeprom
 
-#DEFINE timeout_comm_pre_mode   .120        ; Pre-loop
+#DEFINE timeout_comm_pre_mode   .240        ; Pre-loop
 #DEFINE timeout_comm_mode       .120        ; Download mode
 #DEFINE timeout_service_mode    .120        ; Service mode
 
--- a/src/divemenu_tree.asm	Fri May 13 16:01:49 2016 +0200
+++ b/src/divemenu_tree.asm	Fri Jun 10 10:01:42 2016 +0200
@@ -71,7 +71,7 @@
 
 do_switch_to_sensor:
     movlw   .1                      ; Switch to Sensor
-    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor
+    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor,  =2: Auto SP
     bsf     voting_logic_sensor1
     bsf     voting_logic_sensor2
     bsf     voting_logic_sensor3
@@ -119,7 +119,7 @@
     call    setup_dil_registers     ; With WREG=Gas 0-4
 
     clrf    WREG                    ; Switch to fixed SP
-    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor
+    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor,  =2: Auto SP
     clrf    WREG
     movff   WREG,char_O_deco_status ; Restart decoplan computation