We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a20f1b commit 0e1e2d9Copy full SHA for 0e1e2d9
arduino/variants/robot_control/pins_arduino.h
@@ -36,6 +36,13 @@
36
#define RXLED0 PORTB |= (1<<0)
37
#define RXLED1 PORTB &= ~(1<<0)
38
39
+#define D0 TKD0
40
+#define D1 TKD1
41
+#define D2 TKD2
42
+#define D3 TKD3
43
+#define D4 TKD4
44
+#define D5 TKD5
45
+
46
static const uint8_t RX = 0;
47
static const uint8_t TX = 1;
48
static const uint8_t SDA = 2;
arduino/variants/robot_motor/pins_arduino.h
@@ -36,6 +36,11 @@
+#define D10 TK1
+#define D9 TK2
+#define D8 TK4
+#define D7 TK3
0 commit comments