LUFA Library

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

Macros

#define BUTTONS_BUTTON1   (1 << 5)
 
#define BUTTONS_BUTTON2   (1 << 1)
 
#define BUTTONS_BUTTON3   (1 << 2)
 

Detailed Description

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

NameInfoActive LevelPort Pin
BUTTONS_BUTTON1SW0 ButtonLowPORTE.5
BUTTONS_BUTTON2SW1 ButtonLowPORTF.1
BUTTONS_BUTTON3SW2 ButtonLowPORTF.2

Macro Definition Documentation

◆ BUTTONS_BUTTON1

#define BUTTONS_BUTTON1   (1 << 5)

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.