8000 Remove neopixel power · russbot/circuitpython@f0432b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0432b9

Browse files
authored
Remove neopixel power
1 parent 80f7972 commit f0432b9

File tree

1 file changed

+0
-1
lines changed
  • ports/raspberrypi/boards/adafruit_feather_rp2040

1 file changed

+0
-1
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
2727
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO13) },
2828

2929
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO16) },
30-
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL_POWER), MP_ROM_PTR(&pin_GPIO17) },
3130

3231
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
3332
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },

0 commit comments

Comments
 (0)
0