Skip to content

Commit 46c8752

Browse files
committed
Added I2C Pinnames
1 parent b71c7a0 commit 46c8752

File tree

1 file changed

+3
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F

1 file changed

+3
-0
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F/PinNames.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ typedef enum {
222222
D13 = PTD1,
223223
D14 = PTE24,
224224
D15 = PTE25,
225+
226+
I2C_SCL = D14,
227+
I2C_SDA = D15,
225228

226229
A0 = PTB2,
227230
A1 = PTB3,

0 commit comments

Comments
 (0)