Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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