Go to file
2020-12-27 19:29:47 +01:00
.github Create rust.yml 2019-12-12 19:45:20 +08:00
src Add ControlFunction struct and add constants to enable pattern matching on CC 2020-12-27 19:29:47 +01:00
.gitignore Implemented basic midi receive 2020-12-25 15:36:47 +01:00
Cargo.toml Implemented basic midi receive 2020-12-25 15:36:47 +01:00
README.md Fixes typo in readme 2019-12-27 18:39:18 +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 crate requires the use of a hardware driver, that implements the usb-device traits.