Skip to content

Commit d858d04

Browse files
authored
Merge pull request #3348 from ladyada/main
add default I2C
2 parents 893a125 + 8187041 commit d858d04

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)