We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666be6d commit 0ee07d1Copy full SHA for 0ee07d1
1 file changed
examples/ExternalWakeup/ExternalWakeup.ino
@@ -19,6 +19,10 @@
19
volatile int repetitions = 1;
20
21
// Pin used to trigger a wakeup
22
+#ifndef USER_BTN
23
+#define USER_BTN SYS_WKUP1
24
+#endif
25
+
26
const int pin = USER_BTN;
27
28
void setup() {
0 commit comments