Go to file
beau trepp a11b695c5e Converts midi channel and cable to be enums.
This will allow pattern matching and seems to
be more use-able.

Tests are defined to ensure the u8 serialization still
corresponds to expected midi values
2019-12-12 19:45:58 +08:00
.github Create rust.yml 2019-12-12 19:45:20 +08:00
src Converts midi channel and cable to be enums. 2019-12-12 19:45:58 +08:00
.gitignore Initial midi device implementation 2019-09-15 15:53:49 +08:00
Cargo.toml Refactoring 2019-12-12 19:45:58 +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.