mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 12:21:30 +11:00
Adds doc to midi in
This commit is contained in:
parent
36702035fa
commit
273f897ea5
|
@ -6,6 +6,9 @@ use crate::usb_constants::*;
|
|||
//const MIDI_IN_SIZE: u8 = 0x06;
|
||||
const MIDI_OUT_SIZE: u8 = 0x09;
|
||||
|
||||
///Note we are using MidiIn here to refer to the fact that
|
||||
///The Host sees it as a midi in device
|
||||
///This class allows you to send data in
|
||||
pub struct MidiClass<'a,B: UsbBus> {
|
||||
standard_ac: InterfaceNumber,
|
||||
standard_mc: InterfaceNumber,
|
||||
|
|
Loading…
Reference in a new issue