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 a9fce6c commit 10aeb23Copy full SHA for 10aeb23
ports/espressif/boards/adafruit_qualia_s3_rgb666/mpconfigboard.h
@@ -36,10 +36,6 @@
36
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO6)
37
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO7)
38
39
-// UART pins attached to the USB-serial converter chip
40
-#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO43)
41
-#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO44)
42
-
43
#define DOUBLE_TAP_PIN (&pin_GPIO4)
44
45
// a 1024x768 16BPP framebuffer + some breathing room
0 commit comments