Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.

This commit is contained in:
Dean Camera 2011-11-24 01:24:01 +00:00
parent 075538abb9
commit 8b5aa61601
41 changed files with 3731 additions and 84 deletions

View file

@ -42,7 +42,7 @@
*
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Device/MassStorage.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
* - LUFA/Drivers/USB/Class/Device/MassStorageClassDevice.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
*
* \section Sec_ModDescription Module Description
* Device Mode USB Class driver framework interface, for the Mass Storage USB Class driver.