mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
machine/usb: move MIDI under usb/adc (Audio Device Class) package
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// package adc is for USB Audio Device Class devices.
|
||||
package adc
|
||||
@@ -0,0 +1,2 @@
|
||||
// package cdc is for USB Communication Device Class devices.
|
||||
package cdc
|
||||
@@ -0,0 +1,3 @@
|
||||
// package descriptor is for the USB descriptor definitions.
|
||||
// For the actual implementations, see the individual packages.
|
||||
package descriptor
|
||||
@@ -0,0 +1,4 @@
|
||||
// package usb contains the subpackages with USB descriptors and device
|
||||
// implementations for standard USB device classes such as the Communcation
|
||||
// Data Class (CDC), Human Interface Device (HID), and Audio Device Class (ADC).
|
||||
package usb
|
||||
@@ -0,0 +1,2 @@
|
||||
// package hid is for USB Human Interface Devices.
|
||||
package hid
|
||||
Reference in New Issue
Block a user