File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO11, .sda = &pin_GPIO12}, \
1616 {.scl = &pin_GPIO1, .sda = &pin_GPIO2}}
1717
18- #define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
19- #define DEFAULT_SPI_BUS_MOSI (&pin_GPIO37)
20- // GPIO35 is shared between the TF card MISO and the TFT D/C signal. The display
21- // claims it as D/C during board_init(), so board.SPI() must not also claim it.
22- #define CIRCUITPY_BOARD_SPI (1)
23- #define CIRCUITPY_BOARD_SPI_PIN {{.clock = DEFAULT_SPI_BUS_SCK, .mosi = DEFAULT_SPI_BUS_MOSI, .miso = NULL}}
24-
2518#define DEFAULT_UART_BUS_RX (&pin_GPIO18)
2619#define DEFAULT_UART_BUS_TX (&pin_GPIO17)
Original file line number Diff line number Diff line change 1717#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO11, .sda = &pin_GPIO12}, \
1818 {.scl = &pin_GPIO1, .sda = &pin_GPIO2}}
1919
20- #define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
21- #define DEFAULT_SPI_BUS_MOSI (&pin_GPIO37)
22- // GPIO35 is shared between the TF card MISO and the TFT D/C signal. The display
23- // claims it as D/C during board_init(), so board.SPI() must not also claim it.
24- #define CIRCUITPY_BOARD_SPI (1)
25- #define CIRCUITPY_BOARD_SPI_PIN {{.clock = DEFAULT_SPI_BUS_SCK, .mosi = DEFAULT_SPI_BUS_MOSI, .miso = NULL}}
26-
2720#define DEFAULT_UART_BUS_RX (&pin_GPIO18)
2821#define DEFAULT_UART_BUS_TX (&pin_GPIO17)
You can’t perform that action at this time.
0 commit comments