Skip to content

Commit

Permalink
fixed pin definition for second spi device (lora radio)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTheITGuy committed Feb 1, 2025
1 parent 3236a0f commit 07fb7b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define CIRCUITPY_BOARD_SPI (2)
#define CIRCUITPY_BOARD_SPI_PIN { \
{.clock = &pin_GPIO3, .mosi = &pin_GPIO2, .miso = NULL}, \
{.clock = &pin_GPIO9, .mosi = &pin_GPIO11, .miso = &pin_GPIO11}, \
{.clock = &pin_GPIO9, .mosi = &pin_GPIO10, .miso = &pin_GPIO11}, \
}

// UART definition for UART connected to the CP210x
Expand Down

0 comments on commit 07fb7b0

Please sign in to comment.