Skip to content

Commit 1a113c8

Browse files
committed
added secondary sda1 and scl1
1 parent c5184be commit 1a113c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/Nebula_S3/pins_arduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ static const uint8_t RX = 44;
2727
static const uint8_t SDA = 12;
2828
static const uint8_t SCL = 13;
2929

30+
static const uint8_t SDA1 = 2;
31+
static const uint8_t SCL1 = 1;
32+
3033
static const uint8_t SS = 41;
3134
static const uint8_t MOSI = 40;
3235
static const uint8_t MISO = 39;

0 commit comments

Comments
 (0)