Mercurial > public > hwos_code
comparison src/isr.asm @ 235:23311219dacc
under construction: new hardware_flag to configure different hardware versions
author | heinrichsweikamp |
---|---|
date | Wed, 25 Feb 2015 16:49:59 +0100 |
parents | 03946aa48fa5 |
children | e2ea74646127 |
comparison
equal
deleted
inserted
replaced
234:57155164faad | 235:23311219dacc |
---|---|
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 cr_hardware | 282 btfss rechargeable |
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 |