Skip to content

Commit c9b564e

Browse files
authored
Merge pull request #480 from tannewt/add_usb_host_midi
Add usb_host_midi
2 parents f2da7e9 + 5ea2227 commit c9b564e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1031,3 +1031,6 @@
10311031
[submodule "libraries/helpers/usb_host_mass_storage"]
10321032
path = libraries/helpers/usb_host_mass_storage
10331033
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Mass_Storage.git
1034+
[submodule "libraries/helpers/usb_host_midi"]
1035+
path = libraries/helpers/usb_host_midi
1036+
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_MIDI.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Miscellaneous Helpers
229229
USB HID - Human Interface Device (Keyboard and Mouse) <https://docs.circuitpython.org/projects/hid/en/latest/>
230230
USB Host Descriptors <https://docs.circuitpython.org/projects/usb-host-descriptors/en/latest/>
231231
USB Host Mass Storage <https://docs.circuitpython.org/projects/usb-host-mass-storage/en/latest/>
232+
USB Host MIDI <https://docs.circuitpython.org/projects/usb-host-midi/en/latest/>
232233
Ticks <https://docs.circuitpython.org/projects/ticks/en/latest/>
233234

234235
Blinky

libraries/helpers/usb_host_midi

Submodule usb_host_midi added at 2919efa

0 commit comments

Comments
 (0)