Subversion Repositories group.electronics

Rev

Rev 130 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 131
Line 29... Line 29...
29
// Blank output pin
29
// Blank output pin
30
//  - for blanking the 4511 during update
30
//  - for blanking the 4511 during update
31
#define BL_PORT			PORTA
31
#define BL_PORT			PORTA
32
#define BL_PIN			PA3
32
#define BL_PIN			PA3
33
 
33
 
-
 
34
// Flip & Swap buttons
34
#define SB_INPUT		PINB
35
#define SB_INPUT		PINB
35
#define SB_PIN			PB2
36
#define SB_PIN			PB2
36
#define FB_INPUT		PINA
37
#define FB_INPUT		PINA
37
#define FB_PIN			PA7
38
#define FB_PIN			PA7
38
 
39