LUFA Library  140302
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Serial.h File Reference

Digital Serial board hardware driver. More...

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

Functions

static void SerialPortInit (void)
 

Detailed Description

This file is the master dispatch header file for the board-specific Serial driver, for boards containing physical pushbuttons connected to the microcontroller's GPIO pins.

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

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

For possible BOARD makefile values, see Board Types.