Mercurial > public > hwos_code
comparison src/divemode.asm @ 170:8bcb064b4fb8
CHANGE: Compass readout smoothed
1.53 beta release
author | heinrichsweikamp |
---|---|
date | Tue, 30 Sep 2014 10:35:47 +0200 |
parents | 99065ef2d18e |
children | 3fdafedc24af |
comparison
equal
deleted
inserted
replaced
169:dcf3e08f31ac | 170:8bcb064b4fb8 |
---|---|
1275 clrf apnoe_timeout_counter ; timeout in minutes | 1275 clrf apnoe_timeout_counter ; timeout in minutes |
1276 clrf timeout_counter ; takes care of the timeout (Low byte) | 1276 clrf timeout_counter ; takes care of the timeout (Low byte) |
1277 clrf timeout_counter2 ; takes care of the timeout (High byte) | 1277 clrf timeout_counter2 ; takes care of the timeout (High byte) |
1278 clrf AlarmType ; Clear all alarms | 1278 clrf AlarmType ; Clear all alarms |
1279 bcf event_occured ; clear flag | 1279 bcf event_occured ; clear flag |
1280 bcf event2_occured ; clear flag | |
1281 clrf total_divetime_seconds+1 | 1280 clrf total_divetime_seconds+1 |
1282 clrf average_depth_hold_total+0 | 1281 clrf average_depth_hold_total+0 |
1283 clrf average_depth_hold_total+1 | 1282 clrf average_depth_hold_total+1 |
1284 clrf average_depth_hold_total+2 | 1283 clrf average_depth_hold_total+2 |
1285 clrf average_depth_hold_total+3 ; Clear Non-Resettable Average | 1284 clrf average_depth_hold_total+3 ; Clear Non-Resettable Average |