We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 473557c + 8f72cbf commit a9a5b67Copy full SHA for a9a5b67
ports/raspberrypi/boards/adafruit_fruit_jam/pins.c
@@ -28,6 +28,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
28
29
{ MP_OBJ_NEW_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO29) },
30
31
+ { MP_OBJ_NEW_QSTR(MP_QSTR_IR), MP_ROM_PTR(&pin_GPIO29) },
32
+
33
{ MP_OBJ_NEW_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO32) },
34
35
{ MP_OBJ_NEW_QSTR(MP_QSTR_BUTTON1), MP_ROM_PTR(&pin_GPIO0) },
0 commit comments