Go to file
beau trepp 5f631bb56b Puts usb constants in it's own file
Moves them into usb_constants.rs.
These can maybe be moved into the usdb-device crate?.
They could be more shareable
2019-09-17 21:26:14 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2019-09-17 21:17:48 +08:00
src Puts usb constants in it's own file 2019-09-17 21:26:14 +08:00
.gitignore Initial midi device implementation 2019-09-15 15:53:49 +08:00
Cargo.toml Adds in midi note enums 2019-09-17 21:13:19 +08:00
README.md Adds readme 2019-09-15 15:57:48 +08:00

usbd-midi

A simple usb midi device class for 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.