usbd-midi/README.md

12 lines
324 B
Markdown
Raw Normal View History

2019-09-15 17:57:48 +10:00
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.
2019-12-27 21:39:18 +11:00
This crate requires the use of a hardware driver, that implements the
2019-09-15 17:57:48 +10:00
usb-device traits.