LUFA Library

Board specific Buttons driver header for the Atmel XMEGA B1 Xplained. More...

Macros

#define BUTTONS_BUTTON1   (1 << 0)
 
#define BUTTONS_BUTTON2   (1 << 1)
 
#define BUTTONS_BUTTON3   (1 << 2)
 
#define BUTTONS_BUTTON4   (1 << 3)
 

Detailed Description

Board specific Buttons driver header for the Atmel XMEGA B1 Xplained.

NameInfoActive LevelPort Pin
BUTTONS_BUTTON1Touch CS0 ButtonLowPORTE.0
BUTTONS_BUTTON2Touch CS1 ButtonLowPORTE.1
BUTTONS_BUTTON3Touch CS2 ButtonLowPORTE.2
BUTTONS_BUTTON4Touch CS3 ButtonLowPORTE.3

Macro Definition Documentation

◆ BUTTONS_BUTTON1

#define BUTTONS_BUTTON1   (1 << 0)

Button mask for the first button on the board.

◆ BUTTONS_BUTTON2

#define BUTTONS_BUTTON2   (1 << 1)

Button mask for the second button on the board.

◆ BUTTONS_BUTTON3

#define BUTTONS_BUTTON3   (1 << 2)

Button mask for the third button on the board.

◆ BUTTONS_BUTTON4

#define BUTTONS_BUTTON4   (1 << 3)

Button mask for the fourth button on the board.