Fork of Ds3231 library that replaces inheritance of I2C class with a private member var of type I2C *

Dependents:   ard2pmod DS3231_Alarm_Demo MAXREFDES130_131_Demo MAXREFDES130_Demo

Fork of ds3231 by Maxim Integrated

Revisions of ds3231.h

Revision Date Message Actions
16:e1c0f63595d9 2016-08-21 fixed reading of alarm 2 hour parameter File  Diff  Annotate
15:16ca4c747252 2016-03-28 removed inheritance of I2C class and used private member for I2C bus File  Diff  Annotate
14:11630748e2f2 2015-03-18 moved structs outside of class File  Diff  Annotate
13:aa3eb69b25bb 2015-03-17 moved enum and structs inside class File  Diff  Annotate
12:b9f13fd8c1b6 2015-03-12 Updated copyright to 2015 File  Diff  Annotate
11:1654fcc0a5ea 2015-03-12 Updated to version 1.0 for initial release File  Diff  Annotate
10:3b55ed3f71d3 2015-02-06 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) File  Diff  Annotate
9:e57201ee8921 2014-12-05 working on doxy format for mbed File  Diff  Annotate
8:c7484a65fcea 2014-12-05 Updated doxygen formatting for structs File  Diff  Annotate
5:61dfe2690360 2014-11-28 added get_epoch fx to support other libraries that use epoch time File  Diff  Annotate
4:0beb5e9ac927 2014-11-20 added support for bool data types in get_time and get_alarm.; fixed some comments too. File  Diff  Annotate
3:312589d8185c 2014-11-20 updated comments File  Diff  Annotate
2:4e6e761c60f2 2014-11-20 initial implementation of member functions File  Diff  Annotate
1:c814af60fdbf 2014-11-19 inherited I2C File  Diff  Annotate
0:b00c4699ae6f 2014-11-18 initial commit, member fxs not defined yet File  Diff  Annotate