Skip to content

Commit ca10f6b

Browse files
committed
Update pin out of cezerio mini dev
1 parent d1ec5ac commit ca10f6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

variants/cezerio_mini_dev_esp32c6/pins_arduino.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
1515
static 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;
2828
static const uint8_t TX = 16;
2929
static 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

3434
static 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;
3737
static const uint8_t SCK = 21;
3838

3939
static const uint8_t A0 = 0;
@@ -42,6 +42,6 @@ static const uint8_t A2 = 2;
4242
static const uint8_t A3 = 3;
4343
static 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 */

0 commit comments

Comments
 (0)