Skip to content

Commit

Permalink
Correct default I2C pins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 28, 2025
1 parent 54a4dce commit bd0b821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/presto/presto.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
#define PICO_DEFAULT_I2C 0
#endif
#ifndef PICO_DEFAULT_I2C_SDA_PIN
#define PICO_DEFAULT_I2C_SDA_PIN 4
#define PICO_DEFAULT_I2C_SDA_PIN 40
#endif
#ifndef PICO_DEFAULT_I2C_SCL_PIN
#define PICO_DEFAULT_I2C_SCL_PIN 5
#define PICO_DEFAULT_I2C_SCL_PIN 41
#endif

// --- SPI ---
Expand Down

0 comments on commit bd0b821

Please sign in to comment.