Skip to content

Commit 8187041

Browse files
committed
add default I2C
1 parent 893a125 commit 8187041

File tree

1 file changed

+2
-0
lines changed
  • ports/atmel-samd/boards/blm_badge

1 file changed

+2
-0
lines changed

ports/atmel-samd/boards/blm_badge/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3939

4040
{ MP_ROM_QSTR(MP_QSTR_L), MP_ROM_PTR(&pin_PA03) },
4141
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_PA03) },
42+
43+
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
4244
};
4345
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)