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 137e556 + 74624e7 commit e8194a6Copy full SHA for e8194a6
ports/espressif/common-hal/microcontroller/__init__.c
@@ -304,5 +304,11 @@ STATIC const mp_rom_map_elem_t mcu_pin_global_dict_table[] = {
304
#ifdef GPIO46_EXISTS
305
{ MP_ROM_QSTR(MP_QSTR_GPIO46), MP_ROM_PTR(&pin_GPIO46) },
306
#endif
307
+ #ifdef GPIO47_EXISTS
308
+ { MP_ROM_QSTR(MP_QSTR_GPIO47), MP_ROM_PTR(&pin_GPIO47) },
309
+ #endif
310
+ #ifdef GPIO48_EXISTS
311
+ { MP_ROM_QSTR(MP_QSTR_GPIO48), MP_ROM_PTR(&pin_GPIO48) },
312
313
};
314
MP_DEFINE_CONST_DICT(mcu_pin_globals, mcu_pin_global_dict_table);
0 commit comments