From ae0fcefd1783e9d517672fa3aecbecca6ec015ae Mon Sep 17 00:00:00 2001 From: "Deepak V. Shreshti" Date: Mon, 28 Feb 2022 14:46:11 +0530 Subject: [PATCH] Updated I2C pin names in PinNames.h header --- targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h b/targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h index b332f7ddda..f3916b221d 100644 --- a/targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h +++ b/targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h @@ -106,8 +106,8 @@ typedef enum { SD_MOSI = MOSI, // Master out Salve in // I2C pins - SDA = D14, - SCL = D15, + SDA = PD3, + SCL = PD4, // Not connected NC = (int)0xFFFFFFFF,