Skip to content

Commit e9e1c11

Browse files
committed
Correct I2C pin defines
1 parent 2bb925e commit e9e1c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)/variant_DAISY_PATCH_SM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@
252252

253253
// I2C definitions
254254
#ifndef PIN_WIRE_SDA
255-
#define PIN_WIRE_SDA PB7
255+
#define PIN_WIRE_SDA PB9
256256
#endif
257257
#ifndef PIN_WIRE_SCL
258-
#define PIN_WIRE_SCL PB6
258+
#define PIN_WIRE_SCL PB8
259259
#endif
260260

261261
// Timer Definitions

0 commit comments

Comments
 (0)