LUFA Library  120219
Buttons.h File Reference

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

#include <avr/io.h>

Defines

#define BUTTONS_BUTTON1   (1 << 0)
#define BUTTONS_BUTTON2   (1 << 1)
#define BUTTONS_BUTTON3   (1 << 2)
#define BUTTONS_BUTTON4   (1 << 3)

Detailed Description

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.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines