rtc_common

Common RealTime Clock routines and RTC user interface

Author Rob Hamerling, Copyright © 2013..2015, all rights reserved
Adapted-by
Compiler 2.4q3

Description

Library with common code and data for all rtc libraries.
.
Supported values:
.
   - Elementary values of date and time (and alarm):
      * year:         byte 00..99     
      * month:        byte 01..12
      * day of month: byte 01..31
      * hour:         byte 00..23 
      * minute:       byte 00..59
      * second:       byte 00..59
.
   - Derived values (in binary notation):
      * day of the year:    word    1..366
      * day of the week:    byte    1..7      (1 = Sunday)
      * minute of the day:  word    1..1440  
      * second of the hour: word    1..3600 
      * second of the day:  byte*3  1..86400


Notes

- variables in bcd notation can be printed conveniently with print_..._hex()


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

No sample found