comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 255:1efd59d689f8

small change in the set time menu, default setpoints set to 0.8, 1.0 and 1.2Bar
author heinrichsweikamp
date Sun, 10 Apr 2011 09:17:20 +0200
parents 85ea09d3b9d8
children ab1678d98e46
comparison
equal deleted inserted replaced
254:8f20e8948b97 255:1efd59d689f8
362 clrf EEDATA 362 clrf EEDATA
363 write_int_eeprom d'31' ; reset change depth gas #4 363 write_int_eeprom d'31' ; reset change depth gas #4
364 clrf EEDATA 364 clrf EEDATA
365 write_int_eeprom d'32' ; reset change depth gas #5 365 write_int_eeprom d'32' ; reset change depth gas #5
366 366
367 movlw d'80'
368 movwf EEDATA
369 write_int_eeprom d'36' ; reset mix1 to ppO2=0.80Bar
367 movlw d'100' 370 movlw d'100'
368 movwf EEDATA 371 movwf EEDATA
369 write_int_eeprom d'36' ; reset mix1 to ppO2=1.00Bar
370 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00Bar 372 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00Bar
371 write_int_eeprom d'38' ; reset mix3 to ppO2=1.00Bar 373 movlw d'120'
374 movwf EEDATA
375 write_int_eeprom d'38' ; reset mix3 to ppO2=1.20Bar
372 376
373 clrf nofly_time+0 ; Clear nofly time 377 clrf nofly_time+0 ; Clear nofly time
374 clrf nofly_time+1 ; Clear nofly time 378 clrf nofly_time+1 ; Clear nofly time
375 379
376 reset_all_cf_bank0: 380 reset_all_cf_bank0: