diff options
Diffstat (limited to 'variants/robot_motor/pins_arduino.h')
-rw-r--r-- | variants/robot_motor/pins_arduino.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/variants/robot_motor/pins_arduino.h b/variants/robot_motor/pins_arduino.h index 902d424..36d2742 100644 --- a/variants/robot_motor/pins_arduino.h +++ b/variants/robot_motor/pins_arduino.h @@ -36,6 +36,11 @@ #define RXLED0 PORTB |= (1<<0) #define RXLED1 PORTB &= ~(1<<0) +#define D10 TK1 +#define D9 TK2 +#define D8 TK4 +#define D7 TK3 + static const uint8_t RX = 0; static const uint8_t TX = 1; static const uint8_t SDA = 2; |