We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baff0b commit 94ed725Copy full SHA for 94ed725
ports/espressif/boards/brainboardz_neuron/mpconfigboard.h
@@ -35,6 +35,6 @@
35
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO9)
36
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO8)
37
38
-#define DEFAULT_SPI_BUS_SCK (&pin_GPIO14)
39
-#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO15)
40
-#define DEFAULT_SPI_BUS_MISO (&pin_GPIO13)
+#define DEFAULT_SPI_BUS_SCK (&pin_GPIO40)
+#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO41)
+#define DEFAULT_SPI_BUS_MISO (&pin_GPIO39)
0 commit comments