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
2 changes: 2 additions & 0 deletions variants/mkrfox1200/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom2
#define WIRE_IT_HANDLER SERCOM2_Handler
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;

// USB
// ---
Expand Down
2 changes: 2 additions & 0 deletions variants/mkrgsm1400/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom2
#define WIRE_IT_HANDLER SERCOM2_Handler
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;

// USB
// ---
Expand Down
2 changes: 2 additions & 0 deletions variants/mkrnb1500/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom2
#define WIRE_IT_HANDLER SERCOM2_Handler
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;

// USB
// ---
Expand Down
2 changes: 2 additions & 0 deletions variants/mkrvidor4000/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom0
#define WIRE_IT_HANDLER SERCOM0_Handler
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;

// USB
// ---
Expand Down
2 changes: 2 additions & 0 deletions variants/mkrwan1300/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom2
#define WIRE_IT_HANDLER SERCOM2_Handler
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;

// USB
// ---
Expand Down
2 changes: 2 additions & 0 deletions variants/mkrwifi1010/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom2
#define WIRE_IT_HANDLER SERCOM2_Handler
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;

// USB
// ---
Expand Down
2 changes: 2 additions & 0 deletions variants/mkrzero/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom2
#define WIRE_IT_HANDLER SERCOM2_Handler
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;

// USB
// ---
Expand Down