Skip to content

Commit a9a5b67

Browse files
authored
Merge pull request micropython#10486 from BlitzCityDIY/fruitjam_ir
add ir pin to fruit jam
2 parents 473557c + 8f72cbf commit a9a5b67

File tree

1 file changed

+2
-0
lines changed
  • ports/raspberrypi/boards/adafruit_fruit_jam

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/adafruit_fruit_jam/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
2828

2929
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO29) },
3030

31+
{ MP_OBJ_NEW_QSTR(MP_QSTR_IR), MP_ROM_PTR(&pin_GPIO29) },
32+
3133
{ MP_OBJ_NEW_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO32) },
3234

3335
{ MP_OBJ_NEW_QSTR(MP_QSTR_BUTTON1), MP_ROM_PTR(&pin_GPIO0) },

0 commit comments

Comments
 (0)