Skip to content

Commit ae30f51

Browse files
Update I2C pins via suggestoin from @CDarius
Co-authored-by: CDarius <[email protected]>
1 parent e898e65 commit ae30f51

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/m5stack_cardputer

1 file changed

+1
-1
lines changed

ports/espressif/boards/m5stack_cardputer/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6565

6666
// Other
6767
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
68-
{ MP_ROM_QSTR(MP_QSTR_STEMMA_I2C), MP_ROM_PTR(&board_i2c_obj) },
68+
{ MP_ROM_QSTR(MP_QSTR_PORTA_I2C), MP_ROM_PTR(&board_i2c_obj) },
6969
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
7070
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
7171

0 commit comments

Comments
 (0)