1
0
Fork 0

Add USB Hub support

This commit is contained in:
Jun Wako 2014-12-10 23:52:38 +09:00
parent 0a181c7eb5
commit c9674d388d
2 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,7 @@ USB_HOST_SHIELD_DIR = $(USB_HID_DIR)/USB_Host_Shield_2.0
USB_HOST_SHIELD_SRC = \
$(USB_HOST_SHIELD_DIR)/Usb.cpp \
$(USB_HOST_SHIELD_DIR)/hid.cpp \
$(USB_HOST_SHIELD_DIR)/usbhub.cpp \
$(USB_HOST_SHIELD_DIR)/parsetools.cpp \
$(USB_HOST_SHIELD_DIR)/message.cpp