File tree 3 files changed +6
-5
lines changed
variants/cytron_maker_feather_aiot_s3
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19100,15 +19100,15 @@ cytron_maker_feather_aiot_s3.menu.UploadMode.default=UART0 / Hardware CDC
19100
19100
cytron_maker_feather_aiot_s3.menu.UploadMode.default.upload.use_1200bps_touch=false
19101
19101
cytron_maker_feather_aiot_s3.menu.UploadMode.default.upload.wait_for_upload_port=false
19102
19102
19103
+ cytron_maker_feather_aiot_s3.menu.PSRAM.opi=OPI PSRAM
19104
+ cytron_maker_feather_aiot_s3.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM
19105
+ cytron_maker_feather_aiot_s3.menu.PSRAM.opi.build.psram_type=opi
19103
19106
cytron_maker_feather_aiot_s3.menu.PSRAM.enabled=QSPI PSRAM
19104
19107
cytron_maker_feather_aiot_s3.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
19105
19108
cytron_maker_feather_aiot_s3.menu.PSRAM.enabled.build.psram_type=qspi
19106
19109
cytron_maker_feather_aiot_s3.menu.PSRAM.disabled=Disabled
19107
19110
cytron_maker_feather_aiot_s3.menu.PSRAM.disabled.build.defines=
19108
19111
cytron_maker_feather_aiot_s3.menu.PSRAM.disabled.build.psram_type=qspi
19109
- cytron_maker_feather_aiot_s3.menu.PSRAM.opi=OPI PSRAM
19110
- cytron_maker_feather_aiot_s3.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM
19111
- cytron_maker_feather_aiot_s3.menu.PSRAM.opi.build.psram_type=opi
19112
19112
19113
19113
cytron_maker_feather_aiot_s3.menu.PartitionScheme.tinyuf2=TinyUF2 8MB (2MB APP/3.7MB FFAT)
19114
19114
cytron_maker_feather_aiot_s3.menu.PartitionScheme.tinyuf2.build.custom_bootloader=bootloader-tinyuf2
Original file line number Diff line number Diff line change 22
22
#define LED_BUILTIN 2
23
23
24
24
#define RGB 46 // RGB LED.
25
+ #define RGB_BUILTIN 46
25
26
#define NEOPIXEL 46
26
27
27
28
#define VP_EN 11 // V Peripheral Enable.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ extern "C" {
32
32
void initVariant (void )
33
33
{
34
34
// Turn on VPeripheral by default.
35
- pinMode (PIN_VP_EN , OUTPUT);
36
- digitalWrite (PIN_VP_EN , HIGH);
35
+ pinMode (VP_EN , OUTPUT);
36
+ digitalWrite (VP_EN , HIGH);
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments