rtc_ds3231

Library for the DS3231 Real Time Clock IC.

Author Rob Jansen, Copyright © 2021..2021, all rights reserved.
Adapted-by
Compiler 2.5r5

Description

Library for controlling the SD3231 Real Time Clock IC. 
             The chip uses an IIC interface. The library provides all 
             functions and procedures to support the rtc_common.jal library and
             includes extra functions and procedures specific for the DS3231.
             For all common rtc procedures and functions see rtc_common.jal.


Sources

Maxim datasheet rtc. 19-5170; Rev 10; 3/15


Notes

This library supports the control of the DS3231 via IIC.
       The default is hardware IIC control but this can be overruled using 
       software IIC control by defining the following constant:
       -) const RTC_SOFTWARE_IIC = TRUE 


Dependencies


Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

Here are the list of samples which use this library:

16f182516f1825_rtc_ds3231.jal