Skip to content

Commit 9113c8d

Browse files
authored
Merge pull request #11116 from nubix-io/issue-11115
Define I²C related pin names for the L-Tek FF_LPC546XX target
2 parents 4c1f178 + d19c881 commit 9113c8d

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)