Skip to content

Commit f239d46

Browse files
committed
Update PinNames.h
Correct i2c pin defines
1 parent 63abe6f commit f239d46

File tree

1 file changed

+2
-2
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1

1 file changed

+2
-2
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ typedef enum {
262262
A19 = PTC11,
263263
A20 = PTE0,
264264

265-
I2C_SCL = PTB3,
266-
I2C_SDA = PTB2,
265+
I2C_SCL = PTB2,
266+
I2C_SDA = PTB3,
267267

268268
SPI_SCK = PTC5, // sclk
269269
SPI_DOUT = PTC6, // mosi

0 commit comments

Comments
 (0)