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 B1 Xplained. More...

#include <avr/io.h>

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
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.