![]() |
LUFA Library
120219
|
USB Class helper driver files.
More...Directories | |
directory | Common |
directory | Device |
USB Device Class helper driver files. | |
directory | Host |
USB Host Class helper driver files. | |
Files | |
file | AndroidAccessoryClass.h |
Master include file for the library USB Android Open Accessory Class driver. | |
file | AudioClass.h |
Master include file for the library USB Audio 1.0 Class driver. | |
file | CDCClass.h |
Master include file for the library USB CDC-ACM Class driver. | |
file | HIDClass.h |
Master include file for the library USB HID Class driver. | |
file | MassStorageClass.h |
Master include file for the library USB Mass Storage Class driver. | |
file | MIDIClass.h |
Master include file for the library USB MIDI Class driver. | |
file | PrinterClass.h |
Master include file for the library USB Printer Class driver. | |
file | RNDISClass.h |
Master include file for the library USB RNDIS Class driver. | |
file | StillImageClass.h |
Master include file for the library USB Still Image Class driver. |
This folder contains drivers for implementing functionality of standardized USB classes. These are not used directly by the library, but provide a standard and library-maintained way of implementing functionality from some of the defined USB classes without extensive development effort. Is is recommended that these drivers be used where possible to reduce maintenance of user applications.