8000 Third Commit · blackpearlz/circuitpython@7c525fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c525fd

Browse files
committed
Third Commit
1 parent 34f480d commit 7c525fd

File tree

1 file changed

+0
-1
lines changed
  • ports/espressif/boards/brainboardz_neuron

1 file changed

+0
-1
lines changed

ports/espressif/boards/brainboardz_neuron/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4343
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO43) },
4444
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO44) },
4545

46-
4746
// I2C BUS
4847
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO8) },
4948
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO9) },

0 commit comments

Comments
 (0)
0