File tree Expand file tree Collapse file tree
ports/espressif/boards/circuitart_zero_s3 Expand file tree Collapse file tree 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[] = {
7878 // Green LED
7979 { MP_ROM_QSTR (MP_QSTR_LED ), MP_ROM_PTR (& pin_GPIO46 ) },
8080
81- //NeoPixels x4
81+ // NeoPixels x4
8282 { MP_ROM_QSTR (MP_QSTR_NEOPIXEL ), MP_ROM_PTR (& pin_GPIO47 ) },
8383
8484 // Camera LDO Enable
@@ -98,8 +98,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
9898 { MP_ROM_QSTR (MP_QSTR_CAMERA_DATA5 ), MP_ROM_PTR (& pin_GPIO9 ) },
9999 { MP_ROM_QSTR (MP_QSTR_CAMERA_DATA3 ), MP_ROM_PTR (& pin_GPIO7 ) },
100100 { 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) },
103103
104104 // I2C
105105 { MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
You can’t perform that action at this time.
0 commit comments