We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fabbca + 01ebfa7 commit a51987cCopy full SHA for a51987c
1 file changed
utility/interrupt_pins.h
@@ -124,6 +124,11 @@
124
#define CORE_NUM_INTERRUPT 1
125
#define CORE_INT0_PIN 2
126
127
+ // ATtiny44 ATtiny84
128
+#elif defined(__AVR_ATtiny44__) || defined(__AVR_ATtiny84__)
129
+ #define CORE_NUM_INTERRUPT 1
130
+ #define CORE_INT0_PIN 8
131
+
132
// ATtiny441 ATtiny841
133
#elif defined(__AVR_ATtiny441__) || defined(__AVR_ATtiny841__)
134
0 commit comments