Skip to content

Commit 1200fe4

Browse files
authored
Change GPIO pins for SDA and SCL
Chnage the SDA pin define to GPIO9 and SCL pin define to GPIO8. This now matches the currect GPIO pins numbers in pins.c The previous GPIO pins number in mpconfigboard.h were incorrect
1 parent c133e79 commit 1200fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/brainboardz_neuron/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
3333
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
3434

35-
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO4)
36-
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO3)
35+
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO9)
36+
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO8)
3737

3838
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO14)
3939
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO15)

0 commit comments

Comments
 (0)