Define I²C related pin names for the L-Tek FF-LPC546XX target

pull/11116/head
David Rauschenbach 2019-07-27 07:18:15 -07:00
parent 7d15882746
commit d19c881a56
1 changed files with 7 additions and 0 deletions

View File

@ -230,6 +230,13 @@ typedef enum {
p30 = P0_1,
I2C_SCL2 = P0_27,
I2C_SDA2 = P0_26,
I2C_SCL7 = P1_30,
I2C_SDA7 = P1_29,
I2C_SCL = I2C_SCL2,
I2C_SDA = I2C_SDA2,
// Not connected
NC = (int)0xFFFFFFFF