File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ports/nrf/boards/adafruit_led_glasses_nrf52840 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
// Board does not have a 32kHz crystal. It does have a 32MHz crystal, in the module.
27
27
#define BOARD_HAS_32KHZ_XTAL (0)
28
28
29
- #define DEFAULT_I2C_BUS_SCL (&pin_P0_14 )
30
- #define DEFAULT_I2C_BUS_SDA (&pin_P0_16 )
29
+ #define DEFAULT_I2C_BUS_SCL (&pin_P0_08 )
30
+ #define DEFAULT_I2C_BUS_SDA (&pin_P0_06 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
13
13
{ MP_ROM_QSTR (MP_QSTR_LED ), MP_ROM_PTR (& pin_P0_31 ) },
14
14
15
15
{ MP_ROM_QSTR (MP_QSTR_SCL ), MP_ROM_PTR (& pin_P0_08 ) },
16
- { MP_ROM_QSTR (MP_QSTR_SDA ), MP_ROM_PTR (& pin_P0_05 ) },
16
+ { MP_ROM_QSTR (MP_QSTR_SDA ), MP_ROM_PTR (& pin_P0_06 ) },
17
17
18
18
{ MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
19
19
};
You can’t perform that action at this time.
0 commit comments