Skip to content

Commit

Permalink
Merge pull request #434 from FoamyGuy/add_usb_host_descriptors
Browse files Browse the repository at this point in the history
adding USB Host Descriptors
  • Loading branch information
tannewt authored Aug 7, 2023
2 parents 380b0dd + 8ffd33d commit 250adcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -953,3 +953,6 @@
[submodule "libraries/drivers/ek79686"]
path = libraries/drivers/ek79686
url = https://github.com/adafruit/Adafruit_CircuitPython_EK79686.git
[submodule "libraries/helpers/usb_host_descriptors"]
path = libraries/helpers/usb_host_descriptors
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Descriptors.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Miscellaneous Helpers
SimpleMath <https://docs.circuitpython.org/projects/simplemath/en/latest/>
Test Repo <https://docs.circuitpython.org/projects/testrepo/en/latest/>
USB HID - Human Interface Device (Keyboard and Mouse) <https://docs.circuitpython.org/projects/hid/en/latest/>
USB Host Descriptors <https://docs.circuitpython.org/projects/usb-host-descriptors/en/latest/>
Ticks <https://docs.circuitpython.org/projects/ticks/en/latest/>

Blinky
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/usb_host_descriptors
Submodule usb_host_descriptors added at 1f1c2f

0 comments on commit 250adcd

Please sign in to comment.