Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/adc_rtc.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 | 17de42ab02b6 |
children | ceedf078b2d8 |
comparison
equal
deleted
inserted
replaced
254:8f20e8948b97 | 255:1efd59d689f8 |
---|---|
230 movwf secs | 230 movwf secs |
231 movlw .00 | 231 movlw .00 |
232 movwf mins | 232 movwf mins |
233 movlw .12 | 233 movlw .12 |
234 movwf hours | 234 movwf hours |
235 movlw .1 | 235 movlw .10 |
236 movwf day | 236 movwf day |
237 movlw .1 | 237 movlw .4 |
238 movwf month | 238 movwf month |
239 movlw .11 | 239 movlw .11 |
240 movwf year | 240 movwf year |
241 bsf PIE1, TMR1IE | 241 bsf PIE1, TMR1IE |
242 return | 242 return |