Blame view

src/pins.h 247 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define R1_PIN  23
#define G1_PIN  25
#define B1_PIN  22
#define R2_PIN  26
#define G2_PIN  19
#define B2_PIN  21

#define A_PIN   18
#define B_PIN   5
#define C_PIN   17
#define D_PIN   16

#define LAT_PIN 32
#define OE_PIN  33
#define CLK_PIN 4