LUFA Library  130901
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

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

Macros

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

Detailed Description

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

NameInfoActive LevelPort Pin
BUTTONS_BUTTON1SW0 ButtonLowPORTF.1
BUTTONS_BUTTON2SW1 ButtonLowPORTF.2

Macro Definition Documentation

#define BUTTONS_BUTTON1   (1 << 1)

Button mask for the first button on the board.

#define BUTTONS_BUTTON2   (1 << 2)

Button mask for the second button on the board.