Skip to content

Commit

Permalink
Merge pull request #37 from spanner-and-code/atmega1284p
Browse files Browse the repository at this point in the history
Support for ATmega1284P
  • Loading branch information
PaulStoffregen authored Apr 24, 2019
2 parents b0c1767 + ec65412 commit 34ea332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utility/interrupt_pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
#define CORE_INT3_PIN 1
#define CORE_INT4_PIN 7

// Sanguino (untested)
#elif defined(__AVR_ATmega644P__) || defined(__AVR_ATmega644__)
// Sanguino (untested) and ATmega1284P
#elif defined(__AVR_ATmega644P__) || defined(__AVR_ATmega644__) || defined(__AVR_ATmega1284P__)
#define CORE_NUM_INTERRUPT 3
#define CORE_INT0_PIN 10
#define CORE_INT1_PIN 11
Expand Down

0 comments on commit 34ea332

Please sign in to comment.