Browse Source

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

pull/13243/head
Ryan 2 years ago
committed by GitHub
parent
commit
b16091659c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
182 changed files with 6 additions and 6 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

tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitattributes → lib/usbhost/USB_Host_Shield_2.0/.gitattributes View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitignore → lib/usbhost/USB_Host_Shield_2.0/.gitignore View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitmodules → lib/usbhost/USB_Host_Shield_2.0/.gitmodules View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.cpp → lib/usbhost/USB_Host_Shield_2.0/BTD.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.h → lib/usbhost/USB_Host_Shield_2.0/BTD.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.cpp → lib/usbhost/USB_Host_Shield_2.0/BTHID.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.h → lib/usbhost/USB_Host_Shield_2.0/BTHID.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.cpp → lib/usbhost/USB_Host_Shield_2.0/PS3BT.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.h → lib/usbhost/USB_Host_Shield_2.0/PS3BT.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3Enums.h → lib/usbhost/USB_Host_Shield_2.0/PS3Enums.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.cpp → lib/usbhost/USB_Host_Shield_2.0/PS3USB.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.h → lib/usbhost/USB_Host_Shield_2.0/PS3USB.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4BT.h → lib/usbhost/USB_Host_Shield_2.0/PS4BT.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.cpp → lib/usbhost/USB_Host_Shield_2.0/PS4Parser.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.h → lib/usbhost/USB_Host_Shield_2.0/PS4Parser.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4USB.h → lib/usbhost/USB_Host_Shield_2.0/PS4USB.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.cpp → lib/usbhost/USB_Host_Shield_2.0/PSBuzz.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.h → lib/usbhost/USB_Host_Shield_2.0/PSBuzz.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md → lib/usbhost/USB_Host_Shield_2.0/README.md View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.cpp → lib/usbhost/USB_Host_Shield_2.0/SPP.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.h → lib/usbhost/USB_Host_Shield_2.0/SPP.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.cpp → lib/usbhost/USB_Host_Shield_2.0/Usb.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.h → lib/usbhost/USB_Host_Shield_2.0/Usb.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/UsbCore.h → lib/usbhost/USB_Host_Shield_2.0/UsbCore.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.cpp → lib/usbhost/USB_Host_Shield_2.0/Wii.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.h → lib/usbhost/USB_Host_Shield_2.0/Wii.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/WiiCameraReadme.md → lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.h → lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXONE.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.h → lib/usbhost/USB_Host_Shield_2.0/XBOXONE.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.h → lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.cpp → lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.h → lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/address.h → lib/usbhost/USB_Host_Shield_2.0/address.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.cpp → lib/usbhost/USB_Host_Shield_2.0/adk.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.h → lib/usbhost/USB_Host_Shield_2.0/adk.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/avrpins.h → lib/usbhost/USB_Host_Shield_2.0/avrpins.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.cpp → lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.h → lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.cpp → lib/usbhost/USB_Host_Shield_2.0/cdcacm.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.h → lib/usbhost/USB_Host_Shield_2.0/cdcacm.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.cpp → lib/usbhost/USB_Host_Shield_2.0/cdcftdi.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.h → lib/usbhost/USB_Host_Shield_2.0/cdcftdi.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.cpp → lib/usbhost/USB_Host_Shield_2.0/cdcprolific.cpp View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.h → lib/usbhost/USB_Host_Shield_2.0/cdcprolific.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/confdescparser.h → lib/usbhost/USB_Host_Shield_2.0/confdescparser.h View File


tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/controllerEnums.h → lib/usbhost/USB_Host_Shield_2.0/controllerEnums.h View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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 View File


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

Loading…
Cancel
Save