Updated I2C pin names in PinNames.h header

pull/15238/head
Deepak V. Shreshti 2022-02-28 14:46:11 +05:30
parent 48b1b8ec78
commit ae0fcefd17
1 changed files with 2 additions and 2 deletions

View File

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