File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
ports/espressif/boards/magiclick_s3_n4r2 Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
#include "shared-bindings/board/__init__.h"
2
2
3
- CIRCUITPY_BOARD_BUS_SINGLETON (stemma_i2c , i2c , 1 )
4
-
5
3
STATIC const mp_rom_map_elem_t board_module_globals_table [] = {
6
4
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
7
5
@@ -62,7 +60,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
62
60
{ MP_ROM_QSTR (MP_QSTR_BACKLIGHT ), MP_ROM_PTR (& pin_GPIO37 ) },
63
61
{ MP_ROM_QSTR (MP_QSTR_LCD_RESET ), MP_ROM_PTR (& pin_GPIO10 ) },
64
62
{ MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
65
- { MP_ROM_QSTR (MP_QSTR_STEMMA_I2C ), MP_ROM_PTR (& board_stemma_i2c_obj ) },
66
63
{ MP_ROM_QSTR (MP_QSTR_SPI ), MP_ROM_PTR (& board_spi_obj ) },
67
64
{ MP_ROM_QSTR (MP_QSTR_UART ), MP_ROM_PTR (& board_uart_obj ) },
68
65
};
You can’t perform that action at this time.
0 commit comments