sleemanj / DS3231_Simple

An Arduino Library for EASY communication with DS3231 I2C RTC Clock and Atmel AT24C32 I2C EEPROM commonly found on the same board. Implements setting, getting the time/date, setting, checking and clearing alarms, and dead-easy circular-buffered logging of data with timestamp.
MIT License
82 stars 25 forks source link

Read alarm settings (not just set)? #17

Open aleksashka opened 5 years ago

aleksashka commented 5 years ago

Is it possible to read alarm settings (to display to a user)?

sleemanj commented 5 years ago

Not at present, maybe one day I will write such a function, but not in the near future.

Patches (pull requests) welcome!