Skip to content

Commit bd0b821

Browse files
committed
Correct default I2C pins.
1 parent 54a4dce commit bd0b821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/presto/presto.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
#define PICO_DEFAULT_I2C 0
4545
#endif
4646
#ifndef PICO_DEFAULT_I2C_SDA_PIN
47-
#define PICO_DEFAULT_I2C_SDA_PIN 4
47+
#define PICO_DEFAULT_I2C_SDA_PIN 40
4848
#endif
4949
#ifndef PICO_DEFAULT_I2C_SCL_PIN
50-
#define PICO_DEFAULT_I2C_SCL_PIN 5
50+
#define PICO_DEFAULT_I2C_SCL_PIN 41
5151
#endif
5252

5353
// --- SPI ---

0 commit comments

Comments
 (0)