|
USB Host Shield 2.0
|
#include "Usb.h"

Go to the source code of this file.
Classes | |
| class | UsbMidiConfigXtracter |
| class | MidiDescParser |
| class | USBH_MIDI |
Namespaces | |
| namespace | _ns_USBH_MIDI |
Macros | |
| #define | USBH_MIDI_VERSION 10000 |
| #define | MIDI_MAX_ENDPOINTS 3 |
| #define | USB_SUBCLASS_MIDISTREAMING 3 |
| #define | MIDI_EVENT_PACKET_SIZE 64 |
| #define | MIDI_MAX_SYSEX_SIZE 256 |
Variables | |
| const uint8_t | _ns_USBH_MIDI::cin2len [] = {0, 0, 2, 3, 3, 1, 2, 3, 3, 3, 3, 3, 2, 2, 3, 1} |
| const uint8_t | _ns_USBH_MIDI::sys2cin [] = {0, 2, 3, 2, 0, 0, 5, 0, 0xf, 0, 0xf, 0xf, 0xf, 0, 0xf, 0xf} |
| #define USBH_MIDI_VERSION 10000 |
Definition at line 31 of file usbh_midi.h.
| #define MIDI_MAX_ENDPOINTS 3 |
Definition at line 32 of file usbh_midi.h.
| #define USB_SUBCLASS_MIDISTREAMING 3 |
Definition at line 33 of file usbh_midi.h.
| #define MIDI_EVENT_PACKET_SIZE 64 |
Definition at line 34 of file usbh_midi.h.
| #define MIDI_MAX_SYSEX_SIZE 256 |
Definition at line 35 of file usbh_midi.h.