File tree 1 file changed +1
-7
lines changed
variants/cyobot_v2_esp32s3
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 7
7
#define USB_PRODUCT "CYOBrain ESP32S3"
8
8
#define USB_SERIAL "" // Empty string for MAC address
9
9
10
-
11
10
static const uint8_t BUTTON0 = 4 ;
12
11
static const uint8_t BUTTON1 = 38 ;
13
12
static const uint8_t LED = 24 ;
14
13
15
-
16
-
17
14
static const uint8_t BAT_MEAS = 6 ;
18
15
static const uint8_t CHAR_DET = 23 ;
19
16
@@ -25,11 +22,9 @@ static const uint8_t I2S0_DSDIN = 8;
25
22
static const uint8_t I2S0_SCLK = 9 ;
26
23
static const uint8_t I2S0_LRCK = 45 ;
27
24
28
-
29
25
static const uint8_t SDA = 17 ;
30
26
static const uint8_t SCL = 18 ;
31
27
32
-
33
28
static const uint8_t SS = 5 ;
34
29
static const uint8_t MOSI = 2 ;
35
30
static const uint8_t MISO = 42 ;
@@ -54,5 +49,4 @@ static const uint8_t SD_SPI_CS = 14;
54
49
55
50
static const uint8_t PA_CTRL = 25 ;
56
51
57
-
58
- #endif /* Pins_Arduino_h */
52
+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments