Skip to content

Commit a51987c

Browse files
Merge pull request #53 from olimexsmart/ATtiny84-int-pins2
Added ATtiny84 interrupt pin
2 parents 4fabbca + 01ebfa7 commit a51987c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

utility/interrupt_pins.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
#define CORE_NUM_INTERRUPT 1
125125
#define CORE_INT0_PIN 2
126126

127+
// ATtiny44 ATtiny84
128+
#elif defined(__AVR_ATtiny44__) || defined(__AVR_ATtiny84__)
129+
#define CORE_NUM_INTERRUPT 1
130+
#define CORE_INT0_PIN 8
131+
127132
// ATtiny441 ATtiny841
128133
#elif defined(__AVR_ATtiny441__) || defined(__AVR_ATtiny841__)
129134
#define CORE_NUM_INTERRUPT 1

0 commit comments

Comments
 (0)