Some old AVR projects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
403 B

#pragma once
#include "lib/arduino_pins.h"
#define PIN_LEFT PIN_D2
#define DDR_LEFT DDR_D2
#define PORT_LEFT PORT_D2
#define LEFT D2
#define PIN_RIGHT PIN_D3
#define DDR_RIGHT DDR_D3
#define PORT_RIGHT PORT_D3
#define RIGHT D3
#define PIN_UP PIN_D4
#define DDR_UP DDR_D4
#define PORT_UP PORT_D4
#define UP D4
#define PIN_DOWN PIN_D5
#define DDR_DOWN DDR_D5
#define PORT_DOWN PORT_D5
#define DOWN D5