Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DS3231 by
Revision 3:f56cd929da3f, committed 2014-05-12
- Comitter:
- RobertFischer
- Date:
- Mon May 12 20:58:55 2014 +0000
- Parent:
- 2:6718c4fabf95
- Child:
- 4:b5736355af3a
- Commit message:
- Some more definitions for DS3231 alarm register
Changed in this revision
| DS3231.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DS3231.h Sat Dec 22 19:58:42 2012 +0000 +++ b/DS3231.h Mon May 12 20:58:55 2014 +0000 @@ -111,6 +111,8 @@ #define DS3231_Control_Status 0x0F // DS3231 Control/Status bits +#define DS3231_bit_A1F 0x01 +#define DS3231_bit_A2F 0x02 #define DS3231_bit_BSY 0x04 #define DS3231_bit_EN32kHz 0x08 #define DS3231_bit_OSF 0x80
