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

ALARM_MATCH_MINUTE_HOUR_DOW? #7

Closed chinswain closed 6 years ago

chinswain commented 6 years ago

What does this match? (DOW?) - ALARM_MATCH_MINUTE_HOUR_DOW

sleemanj commented 6 years ago

Day Of Week

chinswain commented 6 years ago

Doh! Great library, very well written and easy to understand!