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 5480bd4 commit 5493a6aCopy full SHA for 5493a6a
ports/espressif/boards/prokyber_ai_on_the_edge_cam/pins.c
@@ -68,7 +68,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
68
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO44) },
69
{ MP_ROM_QSTR(MP_QSTR_IO44), MP_ROM_PTR(&pin_GPIO44) },
70
71
- //I2C
+ // I2C
72
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO4) },
73
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO5) },
74
0 commit comments