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
16
16
17
17
CIRCUITPY_ESPCAMERA = 1
18
18
CIRCUITPY_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[] = {
46
46
{ MP_ROM_QSTR (MP_QSTR_D48 ), MP_ROM_PTR (& pin_GPIO48 ) },
47
47
48
48
{ MP_ROM_QSTR (MP_QSTR_LED ), MP_ROM_PTR (& pin_GPIO45 ) },
49
+ { MP_ROM_QSTR (MP_QSTR_NEOPIXEL ), MP_ROM_PTR (& pin_GPIO45 ) },
49
50
50
51
{ MP_ROM_QSTR (MP_QSTR_TX ), MP_ROM_PTR (& pin_GPIO43 ) },
51
52
{ MP_ROM_QSTR (MP_QSTR_RX ), MP_ROM_PTR (& pin_GPIO44 ) },
You can’t perform that action at this time.
0 commit comments