LUFA Library  140928
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
DriverStubs Directory Reference

Driver stub header files for custom boards, to allow the LUFA board drivers to operate.

More...

Files

file  Board.h
 LUFA Custom Board Hardware Information Driver (Template)
 
file  Buttons.h
 LUFA Custom Board Button Hardware Driver (Template)
 
file  Dataflash.h
 LUFA Custom Board Dataflash Hardware Driver (Template)
 
file  Joystick.h
 LUFA Custom Board Joystick Hardware Driver (Template)
 
file  LEDs.h
 LUFA Custom Board LED Hardware Driver (Template)
 

Detailed Description

This contains stub files for the LUFA board drivers. If the LUFA board drivers are used with board hardware other than those directly supported by the library, the BOARD parameter of the application's makefile can be set to "USER", and these stub files copied to the "/Board/" directory of the application's folder. When fleshed out with working driver code for the custom board, the corresponding LUFA board APIs will work correctly with the non-standard board hardware.