Skip to content

Commit 8100531

Browse files
committed
fix: Update Pin compatability
fix: Update Pin compatability
1 parent 422e526 commit 8100531

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variants/Geekble_ESP32C3/pins_arduino.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ static const uint8_t MOSI = 6;
2222
static const uint8_t MISO = 5;
2323
static const uint8_t SCK = 4;
2424

25+
static const uint8_t D5 = 5;
26+
static const uint8_t D6 = 6;
27+
static const uint8_t D7 = 7;
28+
static const uint8_t D8 = 8;
29+
static const uint8_t D9 = 9;
30+
static const uint8_t D10 = 10;
31+
2532
static const uint8_t A0 = 0;
2633
static const uint8_t A1 = 1;
2734
static const uint8_t A2 = 2;

0 commit comments

Comments
 (0)