Library for DS3231 RTC
Dependents: ard2pmod DS3231demo DS3231demo_COM_Port_Output MAXREFDES99_RTC_Display ... more
History
moved structs outside of class
2015-03-18, by j3 [Wed, 18 Mar 2015 00:06:59 +0000] rev 14
moved structs outside of class
moved enum and structs inside class
2015-03-17, by j3 [Tue, 17 Mar 2015 00:34:36 +0000] rev 13
moved enum and structs inside class
Updated copyright to 2015
2015-03-12, by j3 [Thu, 12 Mar 2015 19:36:30 +0000] rev 12
Updated copyright to 2015
Updated to version 1.0 for initial release
2015-03-12, by j3 [Thu, 12 Mar 2015 19:15:38 +0000] rev 11
Updated to version 1.0 for initial release
Changed date time members to uint32_t to prevent roll over (unless user enters something bigger than 4x10^9++); ; fixed 24 hr mode reporting, & w/0x3F instead of 0x1F (12hr mode)
2015-02-06, by j3 [Fri, 06 Feb 2015 05:13:22 +0000] rev 10
Changed date time members to uint32_t to prevent roll over (unless user enters something bigger than 4x10^9++); ; fixed 24 hr mode reporting, & w/0x3F instead of 0x1F (12hr mode)
working on doxy format for mbed
2014-12-05, by j3 [Fri, 05 Dec 2014 22:31:35 +0000] rev 9
working on doxy format for mbed
Updated doxygen formatting for structs
2014-12-05, by j3 [Fri, 05 Dec 2014 21:11:26 +0000] rev 8
Updated doxygen formatting for structs
Updated all set fx's to test for data range
2014-12-01, by j3 [Mon, 01 Dec 2014 20:31:03 +0000] rev 7
Updated all set fx's to test for data range
updated get_epoch fx to initialize time and calendar members to zero
2014-11-29, by j3 [Sat, 29 Nov 2014 20:22:12 +0000] rev 6
updated get_epoch fx to initialize time and calendar members to zero
added get_epoch fx to support other libraries that use epoch time
2014-11-28, by j3 [Fri, 28 Nov 2014 02:36:26 +0000] rev 5
added get_epoch fx to support other libraries that use epoch time