We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562190f commit 0f7f590Copy full SHA for 0f7f590
src/ArduinoLowPowerSAMD.cpp
@@ -53,7 +53,7 @@ void ArduinoLowPowerClass::attachInterruptWakeup(uint32_t pin, voidFuncPtr callb
53
// RTC library should call this API to enable the alarm subsystem
54
switch (pin) {
55
case RTC_ALARM_WAKEUP:
56
- rtc.begin();
+ rtc.begin(false);
57
rtc.attachInterrupt(callback);
58
/*case UART_WAKEUP:*/
59
}
0 commit comments