From fff66eaafcf21f88cacca1f494f7fa0dd4dc44b2 Mon Sep 17 00:00:00 2001 From: beau trepp Date: Sun, 15 Sep 2019 15:57:48 +0800 Subject: [PATCH] Adds readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b25357d --- /dev/null +++ b/README.md @@ -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. +