Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1031,3 +1031,6 @@
[submodule "libraries/helpers/usb_host_mass_storage"]
path = libraries/helpers/usb_host_mass_storage
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Mass_Storage.git
[submodule "libraries/helpers/usb_host_midi"]
path = libraries/helpers/usb_host_midi
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_MIDI.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Miscellaneous Helpers
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/>
USB Host Mass Storage <https://docs.circuitpython.org/projects/usb-host-mass-storage/en/latest/>
USB Host MIDI <https://docs.circuitpython.org/projects/usb-host-midi/en/latest/>
Ticks <https://docs.circuitpython.org/projects/ticks/en/latest/>

Blinky
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/usb_host_midi
Submodule usb_host_midi added at 2919ef
Loading