comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 386:deced1cacff7 64kByte Logbook

Added velocity in divemode, BIG stopwatch in Gauge mode
author heinrichsweikamp
date Sat, 18 Jun 2011 20:17:39 +0200
parents ed26990716fe
children ab962c4b19d6
comparison
equal deleted inserted replaced
385:af703be9ead2 386:deced1cacff7
73 btfsc twosecupdate ; two seconds after the last call 73 btfsc twosecupdate ; two seconds after the last call
74 bra diveloop_loop1a2 ; Common Tasks 74 bra diveloop_loop1a2 ; Common Tasks
75 75
76 bsf twosecupdate ; Routines used in the "other second" 76 bsf twosecupdate ; Routines used in the "other second"
77 call calc_average_depth ; calculate average depth 77 call calc_average_depth ; calculate average depth
78 call calc_velocity ; calculate vertical velocity and display if > threshold (every two seconds)
78 79
79 bra diveloop_loop1x ; Common Tasks 80 bra diveloop_loop1x ; Common Tasks
80 81
81 diveloop_loop1a2: 82 diveloop_loop1a2:
82 bcf twosecupdate 83 bcf twosecupdate