usbd-midi/README.md
2019-12-27 18:39:18 +08:00

12 lines
324 B
Markdown

usbd-midi
=========
A simple usb midi device class for [usb-device](https://crates.io/crates/usb-device).
Currently this aims to be a very simple implementation, that allows the micro
controller to send midi information to the PC.
This crate requires the use of a hardware driver, that implements the
usb-device traits.