Update PinNames.h

Correct i2c pin defines
pull/1377/head
Paul Staron 2015-10-06 23:29:55 +01:00
parent 63abe6ff15
commit f239d463b2
1 changed files with 2 additions and 2 deletions

View File

@ -262,8 +262,8 @@ typedef enum {
A19 = PTC11,
A20 = PTE0,
I2C_SCL = PTB3,
I2C_SDA = PTB2,
I2C_SCL = PTB2,
I2C_SDA = PTB3,
SPI_SCK = PTC5, // sclk
SPI_DOUT = PTC6, // mosi