comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 817:e49a35ab7394

auto-SP work, auto-SP data stored in EEADR 116-119
author heinrichsweikamp
date Sat, 06 Jun 2015 14:46:27 +0200
parents 2a0e5d884fc3
children 69bc5feca5da
comparison
equal deleted inserted replaced
816:df8cd5ffd993 817:e49a35ab7394
405 movwf EEDATA 405 movwf EEDATA
406 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00bar 406 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00bar
407 movlw d'120' 407 movlw d'120'
408 movwf EEDATA 408 movwf EEDATA
409 write_int_eeprom d'38' ; reset mix3 to ppO2=1.20bar 409 write_int_eeprom d'38' ; reset mix3 to ppO2=1.20bar
410 ; Change depths to zero
411 clrf EEDATA
412 write_int_eeprom d'117'
413 write_int_eeprom d'118'
414 write_int_eeprom d'119'
415 ; SP Mode (Manual)
416 write_int_eeprom d'116'
410 417
411 clrf nofly_time+0 ; Clear nofly time 418 clrf nofly_time+0 ; Clear nofly time
412 clrf nofly_time+1 ; Clear nofly time 419 clrf nofly_time+1 ; Clear nofly time
413 420
414 reset_all_cf_bank0: 421 reset_all_cf_bank0: