Browse Source

Move USB Host Shield and Arduino core to `lib/` (#13973)

Ryan 3 years ago
parent
commit
b16091659c
100 changed files with 0 additions and 0 deletions
  1. 0 0
      lib/usbhost/USB_Host_Shield_2.0/.gitattributes
  2. 0 0
      lib/usbhost/USB_Host_Shield_2.0/.gitignore
  3. 0 0
      lib/usbhost/USB_Host_Shield_2.0/.gitmodules
  4. 0 0
      lib/usbhost/USB_Host_Shield_2.0/BTD.cpp
  5. 0 0
      lib/usbhost/USB_Host_Shield_2.0/BTD.h
  6. 0 0
      lib/usbhost/USB_Host_Shield_2.0/BTHID.cpp
  7. 0 0
      lib/usbhost/USB_Host_Shield_2.0/BTHID.h
  8. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS3BT.cpp
  9. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS3BT.h
  10. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS3Enums.h
  11. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS3USB.cpp
  12. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS3USB.h
  13. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS4BT.h
  14. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS4Parser.cpp
  15. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS4Parser.h
  16. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PS4USB.h
  17. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PSBuzz.cpp
  18. 0 0
      lib/usbhost/USB_Host_Shield_2.0/PSBuzz.h
  19. 0 0
      lib/usbhost/USB_Host_Shield_2.0/README.md
  20. 0 0
      lib/usbhost/USB_Host_Shield_2.0/SPP.cpp
  21. 0 0
      lib/usbhost/USB_Host_Shield_2.0/SPP.h
  22. 0 0
      lib/usbhost/USB_Host_Shield_2.0/Usb.cpp
  23. 0 0
      lib/usbhost/USB_Host_Shield_2.0/Usb.h
  24. 0 0
      lib/usbhost/USB_Host_Shield_2.0/UsbCore.h
  25. 0 0
      lib/usbhost/USB_Host_Shield_2.0/Wii.cpp
  26. 0 0
      lib/usbhost/USB_Host_Shield_2.0/Wii.h
  27. 0 0
      lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md
  28. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.cpp
  29. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.h
  30. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXONE.cpp
  31. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXONE.h
  32. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.cpp
  33. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.h
  34. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.cpp
  35. 0 0
      lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.h
  36. 0 0
      lib/usbhost/USB_Host_Shield_2.0/address.h
  37. 0 0
      lib/usbhost/USB_Host_Shield_2.0/adk.cpp
  38. 0 0
      lib/usbhost/USB_Host_Shield_2.0/adk.h
  39. 0 0
      lib/usbhost/USB_Host_Shield_2.0/avrpins.h
  40. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.cpp
  41. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.h
  42. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdcacm.cpp
  43. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdcacm.h
  44. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdcftdi.cpp
  45. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdcftdi.h
  46. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdcprolific.cpp
  47. 0 0
      lib/usbhost/USB_Host_Shield_2.0/cdcprolific.h
  48. 0 0
      lib/usbhost/USB_Host_Shield_2.0/confdescparser.h
  49. 0 0
      lib/usbhost/USB_Host_Shield_2.0/controllerEnums.h
  50. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/BTHID.ino
  51. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/KeyboardParser.h
  52. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/MouseParser.h
  53. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3BT/PS3BT.ino
  54. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3Multi/PS3Multi.ino
  55. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3SPP/PS3SPP.ino
  56. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS4BT/PS4BT.ino
  57. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPP/SPP.ino
  58. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPPMulti/SPPMulti.ino
  59. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/Wii/Wii.ino
  60. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino
  61. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino
  62. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiMulti/WiiMulti.ino
  63. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiUProController/WiiUProController.ino
  64. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino
  65. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino
  66. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino
  67. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/USBHIDJoystick.ino
  68. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.cpp
  69. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.h
  70. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/USBHID_desc.ino
  71. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/pgmstrings.h
  72. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp.ino
  73. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.cpp
  74. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.h
  75. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale.ino
  76. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.cpp
  77. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.h
  78. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/PS3USB/PS3USB.ino
  79. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/PS4USB/PS4USB.ino
  80. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/PSBuzz/PSBuzz.ino
  81. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/USB_desc.ino
  82. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/pgmstrings.h
  83. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXOLD/XBOXOLD.ino
  84. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXONE/XBOXONE.ino
  85. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXRECV/XBOXRECV.ino
  86. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXUSB/XBOXUSB.ino
  87. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/acm/acm_terminal/acm_terminal.ino
  88. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/acm/acm_terminal/pgmstrings.h
  89. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino
  90. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/adk/adk_barcode/adk_barcode.ino
  91. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/adk/demokit_20/demokit_20.ino
  92. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/adk/term_test/term_test.ino
  93. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/adk/term_time/term_time.ino
  94. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/board_qc/board_qc.ino
  95. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino
  96. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino
  97. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/pgmstrings.h
  98. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/hub_demo/hub_demo.ino
  99. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/hub_demo/pgmstrings.h
  100. 0 0
      lib/usbhost/USB_Host_Shield_2.0/examples/max_LCD/max_LCD.ino

+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitattributes → lib/usbhost/USB_Host_Shield_2.0/.gitattributes


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitignore → lib/usbhost/USB_Host_Shield_2.0/.gitignore


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitmodules → lib/usbhost/USB_Host_Shield_2.0/.gitmodules


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.cpp → lib/usbhost/USB_Host_Shield_2.0/BTD.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.h → lib/usbhost/USB_Host_Shield_2.0/BTD.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.cpp → lib/usbhost/USB_Host_Shield_2.0/BTHID.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.h → lib/usbhost/USB_Host_Shield_2.0/BTHID.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.cpp → lib/usbhost/USB_Host_Shield_2.0/PS3BT.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.h → lib/usbhost/USB_Host_Shield_2.0/PS3BT.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3Enums.h → lib/usbhost/USB_Host_Shield_2.0/PS3Enums.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.cpp → lib/usbhost/USB_Host_Shield_2.0/PS3USB.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.h → lib/usbhost/USB_Host_Shield_2.0/PS3USB.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4BT.h → lib/usbhost/USB_Host_Shield_2.0/PS4BT.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.cpp → lib/usbhost/USB_Host_Shield_2.0/PS4Parser.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.h → lib/usbhost/USB_Host_Shield_2.0/PS4Parser.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4USB.h → lib/usbhost/USB_Host_Shield_2.0/PS4USB.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.cpp → lib/usbhost/USB_Host_Shield_2.0/PSBuzz.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.h → lib/usbhost/USB_Host_Shield_2.0/PSBuzz.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md → lib/usbhost/USB_Host_Shield_2.0/README.md


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.cpp → lib/usbhost/USB_Host_Shield_2.0/SPP.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.h → lib/usbhost/USB_Host_Shield_2.0/SPP.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.cpp → lib/usbhost/USB_Host_Shield_2.0/Usb.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.h → lib/usbhost/USB_Host_Shield_2.0/Usb.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/UsbCore.h → lib/usbhost/USB_Host_Shield_2.0/UsbCore.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.cpp → lib/usbhost/USB_Host_Shield_2.0/Wii.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.h → lib/usbhost/USB_Host_Shield_2.0/Wii.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/WiiCameraReadme.md → lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.h → lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXONE.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.h → lib/usbhost/USB_Host_Shield_2.0/XBOXONE.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.h → lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.h → lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/address.h → lib/usbhost/USB_Host_Shield_2.0/address.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.cpp → lib/usbhost/USB_Host_Shield_2.0/adk.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.h → lib/usbhost/USB_Host_Shield_2.0/adk.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/avrpins.h → lib/usbhost/USB_Host_Shield_2.0/avrpins.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.cpp → lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.h → lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.cpp → lib/usbhost/USB_Host_Shield_2.0/cdcacm.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.h → lib/usbhost/USB_Host_Shield_2.0/cdcacm.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.cpp → lib/usbhost/USB_Host_Shield_2.0/cdcftdi.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.h → lib/usbhost/USB_Host_Shield_2.0/cdcftdi.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.cpp → lib/usbhost/USB_Host_Shield_2.0/cdcprolific.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.h → lib/usbhost/USB_Host_Shield_2.0/cdcprolific.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/confdescparser.h → lib/usbhost/USB_Host_Shield_2.0/confdescparser.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/controllerEnums.h → lib/usbhost/USB_Host_Shield_2.0/controllerEnums.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/BTHID.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/BTHID.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/KeyboardParser.h → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/KeyboardParser.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/MouseParser.h → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/MouseParser.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3BT/PS3BT.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3BT/PS3BT.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3Multi/PS3Multi.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3Multi/PS3Multi.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3SPP/PS3SPP.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3SPP/PS3SPP.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS4BT/PS4BT.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS4BT/PS4BT.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/SPP/SPP.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPP/SPP.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/SPPMulti/SPPMulti.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPPMulti/SPPMulti.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/Wii/Wii.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/Wii/Wii.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiMulti/WiiMulti.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiMulti/WiiMulti.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiUProController/WiiUProController.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiUProController/WiiUProController.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/USBHIDJoystick.ino → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/USBHIDJoystick.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.cpp → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.h → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHID_desc/USBHID_desc.ino → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/USBHID_desc.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHID_desc/pgmstrings.h → lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/pgmstrings.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp.ino → lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.cpp → lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.h → lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale.ino → lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.cpp → lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.cpp


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.h → lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PS3USB/PS3USB.ino → lib/usbhost/USB_Host_Shield_2.0/examples/PS3USB/PS3USB.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PS4USB/PS4USB.ino → lib/usbhost/USB_Host_Shield_2.0/examples/PS4USB/PS4USB.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PSBuzz/PSBuzz.ino → lib/usbhost/USB_Host_Shield_2.0/examples/PSBuzz/PSBuzz.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/USB_desc/USB_desc.ino → lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/USB_desc.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/USB_desc/pgmstrings.h → lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/pgmstrings.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXOLD/XBOXOLD.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXOLD/XBOXOLD.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXONE/XBOXONE.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXONE/XBOXONE.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXRECV/XBOXRECV.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXRECV/XBOXRECV.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXUSB/XBOXUSB.ino → lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXUSB/XBOXUSB.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/acm/acm_terminal/acm_terminal.ino → lib/usbhost/USB_Host_Shield_2.0/examples/acm/acm_terminal/acm_terminal.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/acm/acm_terminal/pgmstrings.h → lib/usbhost/USB_Host_Shield_2.0/examples/acm/acm_terminal/pgmstrings.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino → lib/usbhost/USB_Host_Shield_2.0/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/adk_barcode/adk_barcode.ino → lib/usbhost/USB_Host_Shield_2.0/examples/adk/adk_barcode/adk_barcode.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/demokit_20/demokit_20.ino → lib/usbhost/USB_Host_Shield_2.0/examples/adk/demokit_20/demokit_20.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/term_test/term_test.ino → lib/usbhost/USB_Host_Shield_2.0/examples/adk/term_test/term_test.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/term_time/term_time.ino → lib/usbhost/USB_Host_Shield_2.0/examples/adk/term_time/term_time.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/board_qc/board_qc.ino → lib/usbhost/USB_Host_Shield_2.0/examples/board_qc/board_qc.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino → lib/usbhost/USB_Host_Shield_2.0/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino → lib/usbhost/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/pgmstrings.h → lib/usbhost/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/pgmstrings.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/hub_demo/hub_demo.ino → lib/usbhost/USB_Host_Shield_2.0/examples/hub_demo/hub_demo.ino


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/hub_demo/pgmstrings.h → lib/usbhost/USB_Host_Shield_2.0/examples/hub_demo/pgmstrings.h


+ 0 - 0
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/max_LCD/max_LCD.ino → lib/usbhost/USB_Host_Shield_2.0/examples/max_LCD/max_LCD.ino


Some files were not shown because too many files changed in this diff