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 cd9ff8b + 5a30fe8 commit e13d0afCopy full SHA for e13d0af
ports/espressif/boards/waveshare_esp32_s3_zero/pins.c
@@ -152,8 +152,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
152
{ MP_ROM_QSTR(MP_QSTR_D21), MP_ROM_PTR(&pin_GPIO21) },
153
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO21) },
154
155
- { MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
156
- { MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
+ // UART - using TX RX on silkscreen
157
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }
158
};
159
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments