![]() |
LUFA Library
120219
|
Digital joystick board hardware driver. More...
Functions | |
static void | Joystick_Init (void) |
static void | Joystick_Disable (void) |
static uint_reg_t | Joystick_GetStatus (void) ATTR_WARN_UNUSED_RESULT |
This file is the master dispatch header file for the board-specific Joystick driver, for boards containing a digital joystick.
User code should include this file, which will in turn include the correct joystick driver header file for the currently selected board.
If the BOARD
value is set to BOARD_USER
, this will include the /Board/Joystick
.h file in the user project directory.
For possible BOARD
makefile values, see Board Types.