Skip to content

Commit e13d0af

Browse files
authored
Merge pull request #10393 from Timeline8/patch-1
Update pins.c
2 parents cd9ff8b + 5a30fe8 commit e13d0af

File tree

1 file changed

+1
-2
lines changed
  • ports/espressif/boards/waveshare_esp32_s3_zero

1 file changed

+1
-2
lines changed

ports/espressif/boards/waveshare_esp32_s3_zero/pins.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
152152
{ MP_ROM_QSTR(MP_QSTR_D21), MP_ROM_PTR(&pin_GPIO21) },
153153
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO21) },
154154

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) },
155+
// UART - using TX RX on silkscreen
157156
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }
158157
};
159158
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)