Skip to content

Commit 95acec0

Browse files
committed
Improve pin names
1 parent 7567082 commit 95acec0

File tree

1 file changed

+3
-3
lines changed
  • ports/raspberrypi/boards/adafruit_feather_rp2040_prop_maker

1 file changed

+3
-3
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040_prop_maker/pins.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4242

4343
{ MP_ROM_QSTR(MP_QSTR_I2S_DATA), MP_ROM_PTR(&pin_GPIO16) },
4444
{ MP_ROM_QSTR(MP_QSTR_I2S_BIT_CLOCK), MP_ROM_PTR(&pin_GPIO17) },
45-
{ MP_ROM_QSTR(MP_QSTR_WORD_SELECT), MP_ROM_PTR(&pin_GPIO18) },
45+
{ MP_ROM_QSTR(MP_QSTR_I2S_WORD_SELECT), MP_ROM_PTR(&pin_GPIO18) },
4646
{ MP_ROM_QSTR(MP_QSTR_EXTERNAL_BUTTON), MP_ROM_PTR(&pin_GPIO19) },
47-
{ MP_ROM_QSTR(MP_QSTR_SERVO), MP_ROM_PTR(&pin_GPIO20) },
47+
{ MP_ROM_QSTR(MP_QSTR_EXTERNAL_SERVO), MP_ROM_PTR(&pin_GPIO20) },
4848
{ MP_ROM_QSTR(MP_QSTR_EXTERNAL_NEOPIXELS), MP_ROM_PTR(&pin_GPIO21) },
4949
{ MP_ROM_QSTR(MP_QSTR_ACCELEROMETER_INTERRUPT), MP_ROM_PTR(&pin_GPIO22) },
50-
{ MP_ROM_QSTR(MP_QSTR_EXTERNAL_NEOPIXELS_POWER), MP_ROM_PTR(&pin_GPIO23) },
50+
{ MP_ROM_QSTR(MP_QSTR_EXTERNAL_POWER), MP_ROM_PTR(&pin_GPIO23) },
5151

5252
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
5353
{ MP_ROM_QSTR(MP_QSTR_STEMMA_I2C), MP_ROM_PTR(&board_i2c_obj) },

0 commit comments

Comments
 (0)