8000
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 b2752b3 + 5816ad7 commit 2331ee9Copy full SHA for 2331ee9
ports/raspberrypi/boards/adafruit_fruit_jam/pins.c
@@ -9,6 +9,10 @@
9
static const mp_rom_map_elem_t board_module_globals_table[] = {
10
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
11
12
+
13
+ // On JST PH connector.
14
+ { MP_OBJ_NEW_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO40) },
15
16
{ MP_OBJ_NEW_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO41) },
17
{ MP_OBJ_NEW_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO42) },
18
{ MP_OBJ_NEW_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO43) },
0 commit comments