Skip to content

Commit 1f1de27

Browse files
Vigeantpre-commit-ci-lite[bot]
andauthoredSep 30, 2024··
Added Sparkfun ESP32-S3 Thing Plus board (#10382)
* Create pins_arduino.h * added board Sparkfun ESP32-S3 Thing Plus added board Sparkfun ESP32-S3 Thing Plus * readded last line of hashes in boards.txt * Update pins_arduino.h re-added SS pin to pass test * removed unapplicable flash configurations the sparkfun esp32-s3 thing plus * added sparkfun esp32-s3 thing plus removed commented code * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent b05f18d commit 1f1de27

File tree

2 files changed

+278
-0
lines changed

2 files changed

+278
-0
lines changed
 

‎boards.txt

+217
Original file line numberDiff line numberDiff line change
@@ -6904,6 +6904,223 @@ sparkfun_esp32s2_thing_plus.menu.EraseFlash.none.upload.erase_cmd=
69046904
sparkfun_esp32s2_thing_plus.menu.EraseFlash.all=Enabled
69056905
sparkfun_esp32s2_thing_plus.menu.EraseFlash.all.upload.erase_cmd=-e
69066906

6907+
##############################################################
6908+
# Sparkfun ESP32S3 Thing Plus
6909+
6910+
sparkfun_esp32s3_thing_plus.name=SparkFun ESP32-S3 Thing Plus
6911+
sparkfun_esp32s3_thing_plus.bootloader.tool=esptool_py
6912+
sparkfun_esp32s3_thing_plus.bootloader.tool.default=esptool_py
6913+
6914+
sparkfun_esp32s3_thing_plus.upload.tool=esptool_py
6915+
sparkfun_esp32s3_thing_plus.upload.tool.default=esptool_py
6916+
sparkfun_esp32s3_thing_plus.upload.tool.network=esp_ota
6917+
6918+
sparkfun_esp32s3_thing_plus.upload.maximum_size=1310720
6919+
sparkfun_esp32s3_thing_plus.upload.maximum_data_size=327680
6920+
sparkfun_esp32s3_thing_plus.upload.flags=
6921+
sparkfun_esp32s3_thing_plus.upload.extra_flags=
6922+
sparkfun_esp32s3_thing_plus.upload.use_1200bps_touch=false
6923+
sparkfun_esp32s3_thing_plus.upload.wait_for_upload_port=false
6924+
6925+
sparkfun_esp32s3_thing_plus.serial.disableDTR=false
6926+
sparkfun_esp32s3_thing_plus.serial.disableRTS=false
6927+
6928+
sparkfun_esp32s3_thing_plus.build.tarch=xtensa
6929+
sparkfun_esp32s3_thing_plus.build.bootloader_addr=0x0
6930+
sparkfun_esp32s3_thing_plus.build.target=esp32s3
6931+
sparkfun_esp32s3_thing_plus.build.mcu=esp32s3
6932+
sparkfun_esp32s3_thing_plus.build.core=esp32
6933+
sparkfun_esp32s3_thing_plus.build.variant=sparkfun_esp32s3_thing_plus
6934+
sparkfun_esp32s3_thing_plus.build.board=SPARKFUN_ESP32S3_THING_PLUS
6935+
6936+
sparkfun_esp32s3_thing_plus.build.usb_mode=1
6937+
sparkfun_esp32s3_thing_plus.build.cdc_on_boot=0
6938+
sparkfun_esp32s3_thing_plus.build.msc_on_boot=0
6939+
sparkfun_esp32s3_thing_plus.build.dfu_on_boot=0
6940+
sparkfun_esp32s3_thing_plus.build.f_cpu=240000000L
6941+
sparkfun_esp32s3_thing_plus.build.flash_size=4MB
6942+
sparkfun_esp32s3_thing_plus.build.flash_freq=80m
6943+
sparkfun_esp32s3_thing_plus.build.flash_mode=dio
6944+
sparkfun_esp32s3_thing_plus.build.boot=qio
6945+
sparkfun_esp32s3_thing_plus.build.boot_freq=80m
6946+
sparkfun_esp32s3_thing_plus.build.partitions=default
6947+
sparkfun_esp32s3_thing_plus.build.defines=
6948+
sparkfun_esp32s3_thing_plus.build.loop_core=
6949+
sparkfun_esp32s3_thing_plus.build.event_core=
6950+
sparkfun_esp32s3_thing_plus.build.psram_type=qspi
6951+
sparkfun_esp32s3_thing_plus.build.memory_type={build.boot}_{build.psram_type}
6952+
6953+
## IDE 2.0 Seems to not update the value
6954+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.default=Disabled
6955+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.default.build.copy_jtag_files=0
6956+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.builtin=Integrated USB JTAG
6957+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.builtin.build.openocdscript=esp32s3-builtin.cfg
6958+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.builtin.build.copy_jtag_files=1
6959+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.external=FTDI Adapter
6960+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.external.build.openocdscript=esp32s3-ftdi.cfg
6961+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.external.build.copy_jtag_files=1
6962+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.bridge=ESP USB Bridge
6963+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.bridge.build.openocdscript=esp32s3-bridge.cfg
6964+
sparkfun_esp32s3_thing_plus.menu.JTAGAdapter.bridge.build.copy_jtag_files=1
6965+
6966+
sparkfun_esp32s3_thing_plus.menu.PSRAM.enabled=QSPI PSRAM
6967+
sparkfun_esp32s3_thing_plus.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
6968+
sparkfun_esp32s3_thing_plus.menu.PSRAM.enabled.build.psram_type=qspi
6969+
6970+
sparkfun_esp32s3_thing_plus.menu.PSRAM.disabled=Disabled
6971+
sparkfun_esp32s3_thing_plus.menu.PSRAM.disabled.build.defines=
6972+
sparkfun_esp32s3_thing_plus.menu.PSRAM.disabled.build.psram_type=qspi
6973+
sparkfun_esp32s3_thing_plus.menu.PSRAM.opi=OPI PSRAM
6974+
sparkfun_esp32s3_thing_plus.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM
6975+
sparkfun_esp32s3_thing_plus.menu.PSRAM.opi.build.psram_type=opi
6976+
6977+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio=QIO 80MHz
6978+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio.build.flash_mode=dio
6979+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio.build.boot=qio
6980+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio.build.boot_freq=80m
6981+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio.build.flash_freq=80m
6982+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio120=QIO 120MHz
6983+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio120.build.flash_mode=dio
6984+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio120.build.boot=qio
6985+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio120.build.boot_freq=120m
6986+
sparkfun_esp32s3_thing_plus.menu.FlashMode.qio120.build.flash_freq=80m
6987+
sparkfun_esp32s3_thing_plus.menu.FlashMode.dio=DIO 80MHz
6988+
sparkfun_esp32s3_thing_plus.menu.FlashMode.dio.build.flash_mode=dio
6989+
sparkfun_esp32s3_thing_plus.menu.FlashMode.dio.build.boot=dio
6990+
sparkfun_esp32s3_thing_plus.menu.FlashMode.dio.build.boot_freq=80m
6991+
sparkfun_esp32s3_thing_plus.menu.FlashMode.dio.build.flash_freq=80m
6992+
6993+
sparkfun_esp32s3_thing_plus.menu.LoopCore.1=Core 1
6994+
sparkfun_esp32s3_thing_plus.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
6995+
sparkfun_esp32s3_thing_plus.menu.LoopCore.0=Core 0
6996+
sparkfun_esp32s3_thing_plus.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
6997+
6998+
sparkfun_esp32s3_thing_plus.menu.EventsCore.1=Core 1
6999+
sparkfun_esp32s3_thing_plus.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
7000+
sparkfun_esp32s3_thing_plus.menu.EventsCore.0=Core 0
7001+
sparkfun_esp32s3_thing_plus.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
7002+
7003+
sparkfun_esp32s3_thing_plus.menu.USBMode.default=Hardware CDC and JTAG
7004+
sparkfun_esp32s3_thing_plus.menu.USBMode.default.build.usb_mode=1
7005+
sparkfun_esp32s3_thing_plus.menu.USBMode.hwcdc=USB-OTG (TinyUSB)
7006+
sparkfun_esp32s3_thing_plus.menu.USBMode.hwcdc.build.usb_mode=0
7007+
7008+
# sparkfun says to put that to Enabled but it fails
7009+
sparkfun_esp32s3_thing_plus.menu.CDCOnBoot.default=Disabled
7010+
sparkfun_esp32s3_thing_plus.menu.CDCOnBoot.default.build.cdc_on_boot=0
7011+
sparkfun_esp32s3_thing_plus.menu.CDCOnBoot.cdc=Enabled
7012+
sparkfun_esp32s3_thing_plus.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
7013+
7014+
sparkfun_esp32s3_thing_plus.menu.MSCOnBoot.default=Disabled
7015+
sparkfun_esp32s3_thing_plus.menu.MSCOnBoot.default.build.msc_on_boot=0
7016+
sparkfun_esp32s3_thing_plus.menu.MSCOnBoot.msc=Enabled (Requires USB-OTG Mode)
7017+
sparkfun_esp32s3_thing_plus.menu.MSCOnBoot.msc.build.msc_on_boot=1
7018+
7019+
sparkfun_esp32s3_thing_plus.menu.DFUOnBoot.default=Disabled
7020+
sparkfun_esp32s3_thing_plus.menu.DFUOnBoot.default.build.dfu_on_boot=0
7021+
sparkfun_esp32s3_thing_plus.menu.DFUOnBoot.dfu=Enabled (Requires USB-OTG Mode)
7022+
sparkfun_esp32s3_thing_plus.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
7023+
7024+
sparkfun_esp32s3_thing_plus.menu.UploadMode.default=UART0 / Hardware CDC
7025+
sparkfun_esp32s3_thing_plus.menu.UploadMode.default.upload.use_1200bps_touch=false
7026+
sparkfun_esp32s3_thing_plus.menu.UploadMode.default.upload.wait_for_upload_port=false
7027+
sparkfun_esp32s3_thing_plus.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
7028+
sparkfun_esp32s3_thing_plus.menu.UploadMode.cdc.upload.use_1200bps_touch=true
7029+
sparkfun_esp32s3_thing_plus.menu.UploadMode.cdc.upload.wait_for_upload_port=true
7030+
7031+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
7032+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.default.build.partitions=default
7033+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
7034+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
7035+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
7036+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.minimal.build.partitions=minimal
7037+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.no_fs=No FS 4MB (2MB APP x2)
7038+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.no_fs.build.partitions=no_fs
7039+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.no_fs.upload.maximum_size=2031616
7040+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
7041+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.no_ota.build.partitions=no_ota
7042+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
7043+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
7044+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
7045+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
7046+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
7047+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
7048+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
7049+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
7050+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
7051+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
7052+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
7053+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.huge_app.build.partitions=huge_app
7054+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
7055+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
7056+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
7057+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
7058+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.rainmaker=RainMaker 4MB
7059+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.rainmaker.build.partitions=rainmaker
7060+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.rainmaker.upload.maximum_size=1966080
7061+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.rainmaker_4MB=RainMaker 4MB No OTA
7062+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.rainmaker_4MB.build.partitions=rainmaker_4MB_no_ota
7063+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.rainmaker_4MB.upload.maximum_size=4038656
7064+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.zigbee_zczr=Zigbee ZCZR 4MB with spiffs
7065+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.zigbee_zczr.build.partitions=zigbee_zczr
7066+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.zigbee_zczr.upload.maximum_size=1310720
7067+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.custom=Custom
7068+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.custom.build.partitions=
7069+
sparkfun_esp32s3_thing_plus.menu.PartitionScheme.custom.upload.maximum_size=16777216
7070+
7071+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.240=240MHz (WiFi)
7072+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.240.build.f_cpu=240000000L
7073+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.160=160MHz (WiFi)
7074+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.160.build.f_cpu=160000000L
7075+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.80=80MHz (WiFi)
7076+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.80.build.f_cpu=80000000L
7077+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.40=40MHz
7078+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.40.build.f_cpu=40000000L
7079+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.20=20MHz
7080+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.20.build.f_cpu=20000000L
7081+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.10=10MHz
7082+
sparkfun_esp32s3_thing_plus.menu.CPUFreq.10.build.f_cpu=10000000L
7083+
7084+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.921600=921600
7085+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.921600.upload.speed=921600
7086+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.115200=115200
7087+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.115200.upload.speed=115200
7088+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.256000.windows=256000
7089+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.256000.upload.speed=256000
7090+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.230400.windows.upload.speed=256000
7091+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.230400=230400
7092+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.230400.upload.speed=230400
7093+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.460800.linux=460800
7094+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.460800.macosx=460800
7095+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.460800.upload.speed=460800
7096+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.512000.windows=512000
7097+
sparkfun_esp32s3_thing_plus.menu.UploadSpeed.512000.upload.speed=512000
7098+
7099+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.none=None
7100+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.none.build.code_debug=0
7101+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.error=Error
7102+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.error.build.code_debug=1
7103+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.warn=Warn
7104+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.warn.build.code_debug=2
7105+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.info=Info
7106+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.info.build.code_debug=3
7107+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.debug=Debug
7108+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.debug.build.code_debug=4
7109+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.verbose=Verbose
7110+
sparkfun_esp32s3_thing_plus.menu.DebugLevel.verbose.build.code_debug=5
7111+
7112+
sparkfun_esp32s3_thing_plus.menu.EraseFlash.none=Disabled
7113+
sparkfun_esp32s3_thing_plus.menu.EraseFlash.none.upload.erase_cmd=
7114+
sparkfun_esp32s3_thing_plus.menu.EraseFlash.all=Enabled
7115+
sparkfun_esp32s3_thing_plus.menu.EraseFlash.all.upload.erase_cmd=-e
7116+
7117+
sparkfun_esp32s3_thing_plus.menu.ZigbeeMode.default=Disabled
7118+
sparkfun_esp32s3_thing_plus.menu.ZigbeeMode.default.build.zigbee_mode=
7119+
sparkfun_esp32s3_thing_plus.menu.ZigbeeMode.default.build.zigbee_libs=
7120+
sparkfun_esp32s3_thing_plus.menu.ZigbeeMode.zczr=Zigbee ZCZR (coordinator)
7121+
sparkfun_esp32s3_thing_plus.menu.ZigbeeMode.zczr.build.zigbee_mode=-DZIGBEE_MODE_ZCZR
7122+
sparkfun_esp32s3_thing_plus.menu.ZigbeeMode.zczr.build.zigbee_libs=-lesp_zb_api_zczr -lesp_zb_cli_command -lzboss_stack.zczr -lzboss_port
7123+
69077124
##############################################################
69087125

69097126
sparkfun_esp32c6_thing_plus.name=SparkFun ESP32-C6 Thing Plus
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
#ifndef Pins_Arduino_h
2+
#define Pins_Arduino_h
3+
4+
#include <stdint.h>
5+
6+
//#define USB_VID 0x303A
7+
//#define USB_PID 0x1001
8+
//#define USB_MANUFACTURER "Sparkfun"
9+
//#define USB_PRODUCT "ESP32-S3 Thing Plus"
10+
#define USB_SERIAL ""
11+
12+
#define LED_PIN 46 //Pin 46 on Thing Plus C S3 is connected to WS2812 LED
13+
#define COLOR_ORDER GRB
14+
#define CHIPSET WS2812
15+
#define NUM_LEDS 1
16+
#define BRIGHTNESS 25
17+
#define LED_BUILTIN LED_PIN
18+
#define BUILTIN_LED LED_BUILTIN // backward compatibility
19+
20+
static const uint8_t LED = LED_PIN;
21+
static const uint8_t STAT_LED = 0;
22+
static const uint8_t BTN = 0;
23+
static const uint8_t Q_EN = 45;
24+
25+
static const uint8_t TX = 43;
26+
static const uint8_t RX = 44;
27+
28+
static const uint8_t SS = 10;
29+
static const uint8_t MISO = 13; //POCI
30+
static const uint8_t MOSI = 11; //PICO
31+
static const uint8_t SCK = 12;
32+
33+
static const uint8_t SCL = 9;
34+
static const uint8_t SDA = 8;
35+
36+
static const uint8_t A0 = 10;
37+
static const uint8_t A1 = 14;
38+
static const uint8_t A2 = 15;
39+
static const uint8_t A3 = 16;
40+
static const uint8_t A4 = 17;
41+
static const uint8_t A5 = 18;
42+
43+
static const uint8_t GPIO0 = 21;
44+
static const uint8_t GPIO1 = 7;
45+
static const uint8_t GPIO2 = 6;
46+
static const uint8_t GPIO3 = 5;
47+
static const uint8_t GPIO4 = 4;
48+
static const uint8_t GPIO5 = 2;
49+
static const uint8_t GPIO6 = 1;
50+
51+
static const uint8_t FREEBIE = 42;
52+
53+
static const uint8_t SDIO_DET = 48;
54+
static const uint8_t SDIO0 = 39;
55+
static const uint8_t SDIO1 = 40;
56+
static const uint8_t SDIO2 = 47;
57+
static const uint8_t SDIO3 = 33;
58+
static const uint8_t SDIO_CLK = 38;
59+
static const uint8_t SDIO_CMD = 34;
60+
61+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)
Please sign in to comment.