Skip to content

Commit

Permalink
Merge pull request #15238 from deepak-shreshti/master
Browse files Browse the repository at this point in the history
Updated I2C pin names in PinNames.h header
  • Loading branch information
0xc0170 authored Mar 1, 2022
2 parents 48b1b8e + ae0fcef commit dcb71e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/TARGET_TOSHIBA/TARGET_TMPM4KN/PinNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dcb71e2

Please sign in to comment.