Skip to content

Commit

Permalink
Merge pull request #490 from Rocketct/master
Browse files Browse the repository at this point in the history
added define for PMIC_IRQ pin where needed
  • Loading branch information
facchinm committed Jan 24, 2020
2 parents ccfcc89 + e34e937 commit fe349e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/mkrgsm1400/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
#define PIN_USB_DM (22ul)
#define PIN_USB_DP (23ul)
#define PIN_USB_HOST_ENABLE (24ul)
#define PMIC_IRQ_PIN (30ul)

// I2S Interfaces
// --------------
Expand Down
2 changes: 2 additions & 0 deletions variants/mkrnb1500/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ static const uint8_t SCL = PIN_WIRE_SCL;
#define PIN_USB_DM (22ul)
#define PIN_USB_DP (23ul)
#define PIN_USB_HOST_ENABLE (24ul)
#define PMIC_IRQ_PIN (30ul)


// I2S Interfaces
// --------------
Expand Down

0 comments on commit fe349e4

Please sign in to comment.