Mercurial > public > hwos_code
comparison src/isr.asm @ 236:e2ea74646127
configure hardware_flag byte
author | heinrichsweikamp |
---|---|
date | Wed, 25 Feb 2015 22:19:30 +0100 |
parents | 23311219dacc |
children | 29acdb601548 |
comparison
equal
deleted
inserted
replaced
235:23311219dacc | 236:e2ea74646127 |
---|---|
277 | 277 |
278 movlw ir_timeout_value ; multiples of 62,5ms | 278 movlw ir_timeout_value ; multiples of 62,5ms |
279 movwf ir_S8_timeout ; Reload timeout | 279 movwf ir_S8_timeout ; Reload timeout |
280 | 280 |
281 banksel common | 281 banksel common |
282 btfss rechargeable | 282 btfss analog_o2_input |
283 bra isr_tmr7_1a ; Always with normal ostc3 hardware | 283 bra isr_tmr7_1a ; Always with normal ostc3 hardware |
284 btfss s8_digital | 284 btfss s8_digital |
285 bra isr_tmr7_2 ; only when digital | 285 bra isr_tmr7_2 ; only when digital |
286 isr_tmr7_1a: | 286 isr_tmr7_1a: |
287 clrf o2_mv_sensor1+0 | 287 clrf o2_mv_sensor1+0 |