Merge pull request #11116 from nubix-io/issue-11115

Define I²C related pin names for the L-Tek FF_LPC546XX target
pull/11212/head
Martin Kojtal 2019-08-13 10:42:49 +02:00 committed by GitHub
commit 9113c8d5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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