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 ccb6c5e commit 037d893Copy full SHA for 037d893
ports/espressif/boards/adafruit_feather_esp32s2/pins.c
@@ -65,5 +65,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
65
66
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
67
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
68
+ { MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }
69
};
70
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments