Skip to content

Commit

Permalink
Merge pull request #480 from tannewt/add_usb_host_midi
Browse files Browse the repository at this point in the history
Add usb_host_midi
  • Loading branch information
tannewt authored Oct 21, 2024
2 parents f2da7e9 + 5ea2227 commit c9b564e
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 @@ -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

0 comments on commit c9b564e

Please sign in to comment.