comparison 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
comparison
equal deleted inserted replaced
582:da400547220d 583:d14f72af4c07
235 movwf secs 235 movwf secs
236 movlw .00 236 movlw .00
237 movwf mins 237 movwf mins
238 movlw .12 238 movlw .12
239 movwf hours 239 movwf hours
240 movlw .5 240 movlw .7
241 movwf day 241 movwf day
242 movlw .5 242 movlw .5
243 movwf month 243 movwf month
244 movlw .11 244 movlw .12
245 movwf year 245 movwf year
246 bsf PIE1, TMR1IE 246 bsf PIE1, TMR1IE
247 return 247 return
248 248
249 reset_battery_stats: 249 reset_battery_stats: