Skip to content

Commit

Permalink
uncommented spi definition
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTheITGuy committed Nov 25, 2024
1 parent 2a0c7ba commit 3251fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/espressif/boards/heltec_wireless_paper/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)

/*#define CIRCUITPY_BOARD_SPI (2)
#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_GPIO3, .mosi = &pin_GPIO2, .miso = NULL}, \
{.clock = &pin_GPIO9, .mosi = &pin_GPIO11, .miso = &pin_GPIO11}, \
}

// UART definition for UART connected to the CP210x
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
Expand Down

0 comments on commit 3251fad

Please sign in to comment.