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 a266029 commit 768b2baCopy full SHA for 768b2ba
nodemanager/Constants.h
@@ -33,7 +33,7 @@ Constants: define all the constants used by NodeManager
33
// define board sleep status
34
enum status {
35
AWAKE,
36
- SLEEP
+ SLEEP
37
};
38
39
//define Timer mode
@@ -110,9 +110,13 @@ Chip type
110
#define INTERRUPT_PIN_1 PB8
111
#define INTERRUPT_PIN_2 2
112
#else
113
+#ifndef INTERRUPT_PIN_1
114
#define INTERRUPT_PIN_1 3
115
+#endif
116
+#ifndef INTERRUPT_PIN_2
117
118
#endif
119
120
121
// define eeprom addresses
122
#define EEPROM_SLEEP_SAVED 0
0 commit comments