mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 20:31:30 +11:00
Adds readme
This commit is contained in:
parent
317c9ed2f8
commit
fff66eaafc
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
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 craate requires the use of a hardware driver, that implements the
|
||||||
|
usb-device traits.
|
||||||
|
|
Loading…
Reference in a new issue