Skip to content

Commit 5b04d56

Browse files
committed
clean up comments
1 parent 96b5286 commit 5b04d56

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

ports/espressif/boards/m5stack_cardputer/mpconfigboard.h

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,7 @@
3030
#define MICROPY_HW_MCU_NAME "ESP32S3"
3131

3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO21)
33-
// #define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO34)
3433

35-
// #define MICROPY_HW_LED_STATUS (&pin_GPIO13)
36-
37-
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO41)
38-
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO42)
39-
40-
// sd - do not use here, causes tft to stop working
41-
// #define DEFAULT_SPI_BUS_SCK (&pin_GPIO40)
42-
// #define DEFAULT_SPI_BUS_MOSI (&pin_GPIO14)
43-
// #define DEFAULT_SPI_BUS_MISO (&pin_GPIO39)
44-
// orig
4534
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
4635
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
4736
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO34)
48-
49-
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
50-
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
51-
// orig
52-
// #define DEFAULT_UART_BUS_RX (&pin_GPIO2)
53-
// #define DEFAULT_UART_BUS_TX (&pin_GPIO1)
54-
55-
// #define DOUBLE_TAP_PIN (&pin_GPIO38)

0 commit comments

Comments
 (0)