Mercurial > public > hwos_code
comparison src/divemode.asm @ 218:8fbd8c5ac51f
1.71beta start
author | heinrichsweikamp |
---|---|
date | Fri, 19 Dec 2014 17:56:40 +0100 |
parents | 973a0969e0ac |
children | effd7259f5a5 |
comparison
equal
deleted
inserted
replaced
217:3f169eff873c | 218:8fbd8c5ac51f |
---|---|
658 bcf pressure_refresh ; until new pressure is available | 658 bcf pressure_refresh ; until new pressure is available |
659 return | 659 return |
660 | 660 |
661 update_divemode60: ; update any minute | 661 update_divemode60: ; update any minute |
662 call get_battery_voltage ; gets battery voltage | 662 call get_battery_voltage ; gets battery voltage |
663 call set_powersafe ; Battery low? | 663 rcall set_powersafe ; Battery low? |
664 call TFT_max_pressure ; Update max. depth | 664 call TFT_max_pressure ; Update max. depth |
665 call customview_minute ; Do every-minute tasks for the custom view area | 665 call customview_minute ; Do every-minute tasks for the custom view area |
666 bcf oneminupdate | 666 bcf oneminupdate |
667 | 667 |
668 btfss simulatormode_active ; in simulator mode? | 668 btfss simulatormode_active ; in simulator mode? |