Welcome to mirror list, hosted at ThFree Co, Russian Federation.

defines.h - github.com/ClusterM/clujtag-avr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ff4d1c22ef231d49a7f84aca73c95da6f9980ae (plain)
1
2
3
4
5
6
7
8
#define JTAG_PORT B
#define TMS_PIN 0
#define TCK_PIN 1
#define TDO_PIN 2
#define TDI_PIN 3

#define LED_PORT D
#define LED_PIN 6