Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 583:d14f72af4c07
Battery statistics reset when battery is fully charged
author | heinrichsweikamp |
---|---|
date | Mon, 07 May 2012 20:03:41 +0200 |
parents | 3091628b2742 |
children | c3336f944e53 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/adc_rtc.asm Sun Apr 29 09:35:04 2012 +0200 +++ b/code_part1/OSTC_code_asm_part1/adc_rtc.asm Mon May 07 20:03:41 2012 +0200 @@ -237,11 +237,11 @@ movwf mins movlw .12 movwf hours - movlw .5 + movlw .7 movwf day movlw .5 movwf month - movlw .11 + movlw .12 movwf year bsf PIE1, TMR1IE return