Skip to content

Commit d19c881

Browse files
committed
Define I²C related pin names for the L-Tek FF-LPC546XX target
1 parent 7d15882 commit d19c881

File tree

1 file changed

+7
-0
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MCU_LPC546XX/TARGET_FF_LPC546XX

1 file changed

+7
-0
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MCU_LPC546XX/TARGET_FF_LPC546XX/PinNames.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@ typedef enum {
230230
p30 = P0_1,
231231

232232

233+
I2C_SCL2 = P0_27,
234+
I2C_SDA2 = P0_26,
235+
I2C_SCL7 = P1_30,
236+
I2C_SDA7 = P1_29,
237+
I2C_SCL = I2C_SCL2,
238+
I2C_SDA = I2C_SDA2,
239+
233240

234241
// Not connected
235242
NC = (int)0xFFFFFFFF

0 commit comments

Comments
 (0)