8000 Fourth Commit · blackpearlz/circuitpython@3f3519e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f3519e

Browse files
committed
Fourth Commit
1 parent 7c525fd commit 3f3519e

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

ports/espressif/boards/brainboardz_neuron/pins.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,16 @@ 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-
// I2C BUS
4746
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO8) },
4847
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO9) },
4948

50-
// SD Card
5149
{ MP_ROM_QSTR(MP_QSTR_SD_MISO), MP_ROM_PTR(&pin_GPIO13) },
5250
{ MP_ROM_QSTR(MP_QSTR_SD_MOSI), MP_ROM_PTR(&pin_GPIO15) },
5351
{ MP_ROM_QSTR(MP_QSTR_SD_CLK), MP_ROM_PTR(&pin_GPIO14) },
5452
{ MP_ROM_QSTR(MP_QSTR_SD_CS), MP_ROM_PTR(&pin_GPIO16) },
5553

56-
// BLINK
5754
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO21) },
5855

59-
// BOOT SOFTWARE BOOT
6056
{ MP_ROM_QSTR(MP_QSTR_BOOT), MP_ROM_PTR(&pin_GPIO0) }
6157
};
6258

0 commit comments

Comments
 (0)
0