Pull out Android Accessory Mode functions into a seperate set of files in the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.
This commit is contained in:
parent
c6a7a028bd
commit
5a580c6854
7 changed files with 197 additions and 28 deletions
|
|
@ -132,6 +132,7 @@ include $(LUFA_PATH)/LUFA/makefile
|
|||
SRC = $(TARGET).c \
|
||||
DeviceDescriptor.c \
|
||||
ConfigDescriptor.c \
|
||||
Lib/AndroidAccessoryCommands.c \
|
||||
$(LUFA_SRC_USB) \
|
||||
$(LUFA_SRC_SERIAL)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue