Mercurial > public > hwos_code
comparison src/eeprom_rs232.asm @ 224:5a4801918be9
temporally disable "Copy disable flags from digital input" routine
author | heinrichsweikamp |
---|---|
date | Thu, 29 Jan 2015 18:18:15 +0100 |
parents | 8fbd8c5ac51f |
children | 23311219dacc |
comparison
equal
deleted
inserted
replaced
223:940155e9aefb | 224:5a4801918be9 |
---|---|
67 btfsc EECON1,WR | 67 btfsc EECON1,WR |
68 bra write_eep2 ; wait about 4ms... | 68 bra write_eep2 ; wait about 4ms... |
69 bcf EECON1,WREN | 69 bcf EECON1,WREN |
70 return | 70 return |
71 | 71 |
72 global disable_ir | 72 global disable_ir_s8 |
73 disable_ir: | 73 disable_ir_s8: |
74 banksel TXSTA2 | 74 banksel TXSTA2 |
75 clrf TXSTA2 | 75 clrf TXSTA2 |
76 clrf RCSTA2 | 76 clrf RCSTA2 |
77 banksel common | 77 banksel common |
78 bcf ir_power ; IR off | 78 bcf ir_power ; IR off |