Merge pull request #15238 from deepak-shreshti/master

Updated I2C pin names in PinNames.h header
pull/15239/head
Martin Kojtal 2022-03-01 11:06:37 +01:00 committed by GitHub
commit dcb71e20e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ typedef enum {
SD_MOSI = MOSI, // Master out Salve in SD_MOSI = MOSI, // Master out Salve in
// I2C pins // I2C pins
SDA = D14, SDA = PD3,
SCL = D15, SCL = PD4,
// Not connected // Not connected
NC = (int)0xFFFFFFFF, NC = (int)0xFFFFFFFF,