Digital Serial board hardware driver. More...
Functions | |
static void | SerialPortInit (void) |
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.