Skip to content

Commit c0272da

Browse files
committed
DM: fixed i2c pins
1 parent 236fe64 commit c0272da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/metro_m4/variant.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ static const uint8_t SCK1 = PIN_SPI_SCK ;
167167
*/
168168
#define WIRE_INTERFACES_COUNT 1
169169

170-
#define PIN_WIRE_SDA (26u)
171-
#define PIN_WIRE_SCL (27u)
172-
#define PERIPH_WIRE sercom3
173-
#define WIRE_IT_HANDLER SERCOM3_Handler
170+
#define PIN_WIRE_SDA (24u)
171+
#define PIN_WIRE_SCL (25u)
172+
#define PERIPH_WIRE sercom5
173+
#define WIRE_IT_HANDLER SERCOM5_Handler
174174

175175
static const uint8_t SDA = PIN_WIRE_SDA;
176176
static const uint8_t SCL = PIN_WIRE_SCL;

0 commit comments

Comments
 (0)