File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
ports/espressif/boards/m5stack_cardputer Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 30
30
#define MICROPY_HW_MCU_NAME "ESP32S3"
31
31
32
32
#define MICROPY_HW_NEOPIXEL (&pin_GPIO21)
33
- // #define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO34)
34
33
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
45
34
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
46
35
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
47
36
#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)
You can’t perform that action at this time.
0 commit comments