File tree
Expand file treeCollapse file tree1 file changed
+7
-0
lines changed Expand file treeCollapse file tree1 file changed
+7
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -22,6 +22,13 @@ static const uint8_t MOSI = 6;
|
22 | 22 | static const uint8_t MISO = 5;
|
23 | 23 | static const uint8_t SCK = 4;
|
24 | 24 |
|
| 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 | + |
25 | 32 | static const uint8_t A0 = 0;
|
26 | 33 | static const uint8_t A1 = 1;
|
27 | 34 | static const uint8_t A2 = 2;
|
|
You can’t perform that action at this time.
0 commit comments