Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 447:b63a90a87fe2
apply stored setpoint to log
author | heinrichsweikamp |
---|---|
date | Sun, 14 Aug 2011 16:05:31 +0200 |
parents | 3abf9d7dafae |
children | 38b38b105782 |
comparison
equal
deleted
inserted
replaced
446:92304826000d | 447:b63a90a87fe2 |
---|---|
712 ostc_debug 'D' ; Sends debug-information to screen if debugmode active | 712 ostc_debug 'D' ; Sends debug-information to screen if debugmode active |
713 | 713 |
714 ; SetPoint change appended to information due to compatibility reasons | 714 ; SetPoint change appended to information due to compatibility reasons |
715 btfss setpoint_changed ; Check flag | 715 btfss setpoint_changed ; Check flag |
716 bra store_dive_data5 | 716 bra store_dive_data5 |
717 movff char_I_const_ppO2,WREG ; SetPoint in cbar | 717 movff ppO2_setpoint_store,WREG ; SetPoint in cbar |
718 call write_external_eeprom | 718 call write_external_eeprom |
719 bcf setpoint_changed ; Clear this event | 719 bcf setpoint_changed ; Clear this event |
720 | 720 |
721 store_dive_data5: | 721 store_dive_data5: |
722 bcf event_occured ; Clear the global event flag | 722 bcf event_occured ; Clear the global event flag |