comparison src/rtc.asm @ 490:8dfb93e80338

NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically) NEW: Logbook detail page in larger font (And nicer layout) CHANGE: Sleep mode current slightly reduced for all hwOS devices NEW: Logbook now records battery information NEW: Markers in internal logbook drawn as small "m" next to the profile
author heinrichsweikamp
date Wed, 29 Mar 2017 21:35:12 +0200
parents 2c58631d5229
children b7eb98dbd800
comparison
equal deleted inserted replaced
489:22092d14fd8c 490:8dfb93e80338
19 movwf secs 19 movwf secs
20 movlw .59 20 movlw .59
21 movwf mins 21 movwf mins
22 movlw .12 22 movlw .12
23 movwf hours 23 movwf hours
24 movlw .30 24 movlw .29
25 movwf day 25 movwf day
26 movlw .3 26 movlw .3
27 movwf month 27 movwf month
28 movlw .15 28 movlw .17
29 movwf year 29 movwf year
30 ; rcall rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module 30 ; rcall rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module
31 ; return 31 ; return
32 32
33 global rtc_set_rtc 33 global rtc_set_rtc