Skip to content

Commit 50b65cc

Browse files
Swapping the MOSI and CS in waveshare esp32 s3 pico
1 parent 722f75f commit 50b65cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/waveshare_esp32_s3_pico/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO18)
3838
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO17)
3939

40-
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
41-
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
40+
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO35)
41+
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO36)
4242
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO37)

0 commit comments

Comments
 (0)