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.
1 parent 0569c20 commit ae923dbCopy full SHA for ae923db
ports/raspberrypi/boards/adafruit_macropad_rp2040/pins.c
@@ -17,7 +17,9 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
17
18
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
19
20
+ // SPEAKER_SHUTDOWN is deprecated and will be removed in a future release.
21
{ MP_ROM_QSTR(MP_QSTR_SPEAKER_SHUTDOWN), MP_ROM_PTR(&pin_GPIO14) },
22
+ { MP_ROM_QSTR(MP_QSTR_SPEAKER_ENABLE), MP_ROM_PTR(&pin_GPIO14) },
23
{ MP_ROM_QSTR(MP_QSTR_SPEAKER), MP_ROM_PTR(&pin_GPIO16) },
24
25
{ MP_ROM_QSTR(MP_QSTR_ENCODER_SWITCH), MP_ROM_PTR(&pin_GPIO0) },
0 commit comments