Skip to content

Commit ae0fcef

Browse files
Deepak V. ShreshtiDeepak V. Shreshti
authored andcommitted
Updated I2C pin names in PinNames.h header
1 parent 48b1b8e commit ae0fcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ typedef enum {
106106
SD_MOSI = MOSI, // Master out Salve in
107107

108108
// I2C pins
109-
SDA = D14,
110-
SCL = D15,
109+
SDA = PD3,
110+
SCL = PD4,
111111

112112
// Not connected
113113
NC = (int)0xFFFFFFFF,

0 commit comments

Comments
 (0)