Joystick.h File Reference

#include <avr/io.h>
#include "../../../Common/Common.h"

Defines

#define JOY_LEFT   (1 << 4)
#define JOY_RIGHT   (1 << 6)
#define JOY_UP   (1 << 5)
#define JOY_DOWN   (1 << 7)
#define JOY_PRESS   (1 << 0)

Detailed Description

Board specific joystick driver header for the STK526.

Note:
This file should not be included directly. It is automatically included as needed by the joystick driver dispatch header located in LUFA/Drivers/Board/Joystick.h.

Generated on Fri Jun 5 16:30:18 2009 for LUFA Library by  doxygen 1.5.7.1