File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ports/espressif/boards/sensebox_eye_esp32s3 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,6 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616
1717CIRCUITPY_ESPCAMERA = 1
1818CIRCUITPY_AUDIOBUSIO = 1
19+
20+ # Include these Python libraries in firmware.
21+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
4646 { MP_ROM_QSTR (MP_QSTR_D48 ), MP_ROM_PTR (& pin_GPIO48 ) },
4747
4848 { MP_ROM_QSTR (MP_QSTR_LED ), MP_ROM_PTR (& pin_GPIO45 ) },
49+ { MP_ROM_QSTR (MP_QSTR_NEOPIXEL ), MP_ROM_PTR (& pin_GPIO45 ) },
4950
5051 { MP_ROM_QSTR (MP_QSTR_TX ), MP_ROM_PTR (& pin_GPIO43 ) },
5152 { MP_ROM_QSTR (MP_QSTR_RX ), MP_ROM_PTR (& pin_GPIO44 ) },
You can’t perform that action at this time.
0 commit comments