File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
variants/cezerio_mini_dev_esp32c6 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010#define USB_PRODUCT "cezerio mini dev ESP32C6"
1111#define USB_SERIAL ""
1212
13- #define PIN_RGB_LED 15
13+ #define PIN_RGB_LED 20
1414// BUILTIN_LED can be used in new Arduino API digitalWrite() like in Blink.ino
1515static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED ;
1616#define BUILTIN_LED LED_BUILTIN // backward compatibility
@@ -28,12 +28,12 @@ static const uint8_t BUT_BUILTIN = 9;
2828static const uint8_t TX = 16 ;
2929static const uint8_t RX = 17 ;
3030
31- static const uint8_t SDA = 8 ;
32- static const uint8_t SCL = 7 ;
31+ static const uint8_t SDA = 22 ;
32+ static const uint8_t SCL = 23 ;
3333
3434static const uint8_t SS = 14 ;
35- static const uint8_t MOSI = 22 ;
36- static const uint8_t MISO = 23 ;
35+ static const uint8_t MOSI = 18 ;
36+ static const uint8_t MISO = 19 ;
3737static const uint8_t SCK = 21 ;
3838
3939static const uint8_t A0 = 0 ;
@@ -42,6 +42,6 @@ static const uint8_t A2 = 2;
4242static const uint8_t A3 = 3 ;
4343static const uint8_t A6 = 6 ;
4444
45- static const uint8_t MATRIX = 8 ;
45+ static const uint8_t MATRIX = 4 ;
4646
4747#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments