File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ports/espressif/boards/circuitart_zero_s3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
78
78
// Green LED
79
79
{ MP_ROM_QSTR (MP_QSTR_LED ), MP_ROM_PTR (& pin_GPIO46 ) },
80
80
81
- //NeoPixels x4
81
+ // NeoPixels x4
82
82
{ MP_ROM_QSTR (MP_QSTR_NEOPIXEL ), MP_ROM_PTR (& pin_GPIO47 ) },
83
83
84
84
// Camera LDO Enable
@@ -98,8 +98,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
98
98
{ MP_ROM_QSTR (MP_QSTR_CAMERA_DATA5 ), MP_ROM_PTR (& pin_GPIO9 ) },
99
99
{ MP_ROM_QSTR (MP_QSTR_CAMERA_DATA3 ), MP_ROM_PTR (& pin_GPIO7 ) },
100
100
{ MP_ROM_QSTR (MP_QSTR_CAMERA_DATA4 ), MP_ROM_PTR (& pin_GPIO8 ) },
101
- //{ MP_ROM_QSTR(MP_QSTR_CAMERA_RESET), MP_ROM_PTR(&pin_GPIO47) },
102
- //{ MP_ROM_QSTR(MP_QSTR_CAMERA_PWDN), MP_ROM_PTR(&pin_GPIO21) },
101
+ // { MP_ROM_QSTR(MP_QSTR_CAMERA_RESET), MP_ROM_PTR(&pin_GPIO47) },
102
+ // { MP_ROM_QSTR(MP_QSTR_CAMERA_PWDN), MP_ROM_PTR(&pin_GPIO21) },
103
103
104
104
// I2C
105
105
{ MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
You can’t perform that action at this time.
0 commit comments