LUFA Library  120219
A3BU_XPLAINED

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

Defines

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

Define Documentation

#define BUTTONS_BUTTON1   (1 << 5)

Button mask for the first button on the board.

#define BUTTONS_BUTTON2   (1 << 1)

Button mask for the second button on the board.

#define BUTTONS_BUTTON3   (1 << 2)

Button mask for the third button on the board.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines