Skip to content

Commit ed5d9ac

Browse files
authored
Merge pull request #7392 from chukwon/main
Update pins.c for lolin_c3_mini
2 parents e8ee4b2 + a932fb3 commit ed5d9ac

File tree

1 file changed

+1
-0
lines changed
  • ports/espressif/boards/lolin_c3_mini

1 file changed

+1
-0
lines changed

ports/espressif/boards/lolin_c3_mini/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4646
{ MP_ROM_QSTR(MP_QSTR_IO7), MP_ROM_PTR(&pin_GPIO7) },
4747
{ MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_GPIO7) },
4848
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO7) },
49+
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO7) },
4950

5051
{ MP_ROM_QSTR(MP_QSTR_IO8), MP_ROM_PTR(&pin_GPIO8) },
5152
{ MP_ROM_QSTR(MP_QSTR_D8), MP_ROM_PTR(&pin_GPIO8) },

0 commit comments

Comments
 (0)