calendar

Calendar, takes care of ranges for seconds, minutes, date, month, year

Author Eur van Andel, Copyright © 2008, all rights reserved.
Adapted-by
Compiler >=2.4h

Description

This library has only one fuction: calendar(). It assumes the following variables:
var volatile byte seconds (typically updated by an ISR)
var byte hours, minutes, date, month
var word year
It knows the leap years until 2099.


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

  • calendar()

    should be called at least once a minute

Functions


Related samples

Here are the list of samples which use this library:

16f876a16f876a_rtc_lcd.jal
16f876a16f876a_rtc_timeset.jal
16f877a16f877a_rtc_timeset.jal
16f877a16f877a_rtc_lcd.jal
16f88616f886_rtc_lcd_20mhz.jal
16f88616f886_rtc_lcd_4mhz.jal
16f88616f886_rtc_lcd_125khz.jal
18f262018f2620_rtc_tmr3.jal