-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I have tried to use the example Example4B-Countdown_Interrupt and change the statement:
rtc.setCountdownTimerFrequency(COUNTDOWN_TIMER_FREQUENCY_64_HZ);
rtc.setCountdownTimerClockTicks(224);
with:
rtc.setCountdownTimerFrequency(COUNTDOWN_TIMER_FREQUENCY_1_HZ);
rtc.setCountdownTimerClockTicks(5);
The interrupt is not generated.
The following constant: COUNTDOWN_TIMER_FREQUENCY_1/60_HZ does not work either.
Is this a known issue?
Thank you,
Metadata
Metadata
Assignees
Labels
No labels