@@ -25,8 +25,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
25
25
{ MP_ROM_QSTR (MP_QSTR_A0 ), MP_ROM_PTR (& pin_GPIO17 ) },
26
26
{ MP_ROM_QSTR (MP_QSTR_A1 ), MP_ROM_PTR (& pin_GPIO18 ) },
27
27
28
- { MP_ROM_QSTR (MP_QSTR_SCL ), MP_ROM_PTR (& pin_GPIO33 ) },
29
- { MP_ROM_QSTR (MP_QSTR_SDA ), MP_ROM_PTR (& pin_GPIO34 ) },
28
+ { MP_ROM_QSTR (MP_QSTR_SDA ), MP_ROM_PTR (& pin_GPIO33 ) },
29
+ { MP_ROM_QSTR (MP_QSTR_SCL ), MP_ROM_PTR (& pin_GPIO34 ) },
30
30
31
31
{ MP_ROM_QSTR (MP_QSTR_CAMERA_VSYNC ), MP_ROM_PTR (& pin_GPIO5 ) },
32
32
{ MP_ROM_QSTR (MP_QSTR_CAMERA_HSYNC ), MP_ROM_PTR (& pin_GPIO6 ) },
@@ -41,7 +41,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
41
41
{ MP_ROM_QSTR (MP_QSTR_CAMERA_DATA3 ), MP_ROM_PTR (& pin_GPIO15 ) },
42
42
{ MP_ROM_QSTR (MP_QSTR_CAMERA_DATA4 ), MP_ROM_PTR (& pin_GPIO16 ) },
43
43
44
-
45
44
{ MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
46
45
{ MP_ROM_QSTR (MP_QSTR_SPI ), MP_ROM_PTR (& board_spi_obj ) },
47
46
{ MP_ROM_QSTR (MP_QSTR_DISPLAY ), MP_ROM_PTR (& displays [0 ].display )},
0 commit comments