This commit introduces one new method for DS3231 devices:
bool alarmEnabled(uint8_t alarm_num);
Updated the DS3231_alarm example to fetch the alarm1 enabled status.
Locally validated that this correctly fetches the enabled/disabled status
for alarm2 as well.
This commit introduces one new method for DS3231 devices:
Updated the DS3231_alarm example to fetch the alarm1 enabled status. Locally validated that this correctly fetches the enabled/disabled status for alarm2 as well.
Sample output from the DS3231_alarm example
The
Enabled: 1
is what is new 😄