usbd-midi 0.2.0

A usb-midi implementation for usb-device
Documentation
1
2
3
4
5
#![no_std]

mod util;
pub mod data;
pub mod midi_device;