File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
variants/cyobot_v2_esp32s3 Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 77#define USB_PRODUCT "CYOBrain ESP32S3"
88#define USB_SERIAL "" // Empty string for MAC address
99
10-
1110static const uint8_t BUTTON0 = 4 ;
1211static const uint8_t BUTTON1 = 38 ;
1312static const uint8_t LED = 24 ;
1413
15-
16-
1714static const uint8_t BAT_MEAS = 6 ;
1815static const uint8_t CHAR_DET = 23 ;
1916
@@ -25,11 +22,9 @@ static const uint8_t I2S0_DSDIN = 8;
2522static const uint8_t I2S0_SCLK = 9 ;
2623static const uint8_t I2S0_LRCK = 45 ;
2724
28-
2925static const uint8_t SDA = 17 ;
3026static const uint8_t SCL = 18 ;
3127
32-
3328static const uint8_t SS = 5 ;
3429static const uint8_t MOSI = 2 ;
3530static const uint8_t MISO = 42 ;
@@ -54,5 +49,4 @@ static const uint8_t SD_SPI_CS = 14;
5449
5550static const uint8_t PA_CTRL = 25 ;
5651
57-
58- #endif /* Pins_Arduino_h */
52+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments