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

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

#include <avr/io.h>

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