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 afe3a20 commit 847ba23Copy full SHA for 847ba23
arduino/cores/arduino/Arduino.h
@@ -171,6 +171,8 @@ extern const uint8_t PROGMEM digital_pin_to_timer_PGM[];
171
#define NOT_A_PIN 0
172
#define NOT_A_PORT 0
173
174
+#define NOT_AN_INTERRUPT -1
175
+
176
#ifdef ARDUINO_MAIN
177
#define PA 1
178
#define PB 2
arduino/cores/robot/Arduino.h
@@ -168,6 +168,8 @@ extern const uint8_t PROGMEM digital_pin_to_timer_PGM[];
168
169
170
0 commit comments