LUFA Library  151115
Board.h File Reference

Board hardware information driver. More...

#include "../../Common/Common.h"
#include "Board/Board.h"

Detailed Description

This file is the master dispatch header file for the board-specific information driver, to give information on the hardware contained on a specific board.

User code should include this file, which will in turn include the correct board driver header file for the currently selected board.

If the BOARD value is set to BOARD_USER, this will include the /Board/Board.h file in the user project directory.

For possible BOARD makefile values, see Board Types.