We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3023ea6 commit 8d717bfCopy full SHA for 8d717bf
examples/ExternalWakeup/ExternalWakeup.ino
@@ -20,7 +20,7 @@ volatile int repetitions = 1;
20
21
// Pin used to trigger a wakeup
22
#ifndef USER_BTN
23
-#define USER_BTN SYS_WKUP1
+#define USER_BTN pinNametoDigitalPin(SYS_WKUP1)
24
#endif
25
26
const int pin = USER_BTN;
0 commit comments