LUFA Library  130901
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Buttons.h File Reference

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

#include <avr/io.h>

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
Note
This file should not be included directly. It is automatically included as needed by the Buttons driver dispatch header located in LUFA/Drivers/Board/Buttons.h.