File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
ports/esp32s2/boards/lolin_s2_mini Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 29
29
#define MICROPY_HW_BOARD_NAME "S2Mini"
30
30
#define MICROPY_HW_MCU_NAME "ESP32S2-S2FN4R2" // from Wemos MP
31
31
32
- // #define MICROPY_HW_NEOPIXEL (&pin_GPIO1) // no NeoPixel on S2 Mini
33
- // #define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO15)
34
32
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
35
33
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
36
34
43
41
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO11) // no SPI labels on S2 Mini, def from Wemos MP
44
42
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO9) // no SPI labels on S2 Mini, def from Wemos MP
45
43
46
- // #define DEFAULT_UART_BUS_RX (&pin_GPIO44) // no UART pins on S2 Mini
47
- // #define DEFAULT_UART_BUS_TX (&pin_GPIO43) // no UART pins on S2 Mini
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ CIRCUITPY_ESP_FLASH_MODE=qio
14
14
CIRCUITPY_ESP_FLASH_FREQ =80m
15
15
CIRCUITPY_ESP_FLASH_SIZE =4MB
16
16
17
- # CIRCUITPY_BITBANG_NEOPIXEL = 1 # no NeoPixel on S2 Mini
18
17
19
18
# Include these Python libraries in firmware.
20
19
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
You can’t perform that action at this time.
0 commit comments