Skip to content

Commit 2792889

Browse files
committed
Add SPI and I2C pins
1 parent aef2ce4 commit 2792889

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/ALKS.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,16 @@ static const uint8_t A3 = 26;
9494
static const uint8_t A4 = 27;
9595
static const uint8_t A5 = 14;
9696
static const uint8_t A6 = 12;
97-
static const uint8_t A7 = 15;*/
97+
static const uint8_t A7 = 15;
98+
99+
static const uint8_t SDA = 27;
100+
static const uint8_t SCL = 14;
101+
102+
static const uint8_t SS = 19;
103+
static const uint8_t MOSI = 21;
104+
static const uint8_t MISO = 22;
105+
static const uint8_t SCK = 23;
106+
*/
98107

99108
static const uint8_t L_R = 22;
100109
static const uint8_t L_G = 17;

0 commit comments

Comments
 (0)