Skip to content

Commit a932fb3

Browse files
authored
Update pins.c
also match lolin_c3_mini pins definition of new version
1 parent 81e9f50 commit a932fb3

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)