Skip to content

Commit dcb71e2

Browse files
authored
Merge pull request #15238 from deepak-shreshti/master
Updated I2C pin names in PinNames.h header
2 parents 48b1b8e + ae0fcef commit dcb71e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h

+2-2
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)