8000 Merge pull request #10364 from FoamyGuy/sparklemotionstick_irpin · cezer-io/circuitpython@2959f0a · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 2959f0a

Browse files
authored
Merge pull request adafruit#10364 from FoamyGuy/sparklemotionstick_irpin
change pin to IR on sparkle motion stick
2 parents d88fe10 + eb3698e commit 2959f0a

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/adafruit_sparkle_motion_stick

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_sparkle_motion_stick/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
1313
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
1414
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO0) },
1515

16-
{ MP_ROM_QSTR(MP_QSTR_IR_RX), MP_ROM_PTR(&pin_GPIO10) },
16+
{ MP_ROM_QSTR(MP_QSTR_IR), MP_ROM_PTR(&pin_GPIO10) },
1717
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_GPIO10) },
1818
{ MP_ROM_QSTR(MP_QSTR_D12), MP 3D43 _ROM_PTR(&pin_GPIO12) },
1919
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO13) },

0 commit comments

Comments
 (0)
0