Crates.io | midi-port |
lib.rs | midi-port |
version | 0.1.0 |
source | src |
created_at | 2019-12-10 06:44:36.610913 |
updated_at | 2019-12-10 06:44:36.610913 |
description | Rust driver library for UART midi port. |
homepage | |
repository | https://github.com/wjakobczyk/midi-port |
max_upload_size | |
id | 188141 |
size | 30,358 |
midi-port
This is a Rust driver library for UART midi port.
It is platform independent as it uses embedded-hal APIs to access hardware. The examples are based on the stm32f4xx_hal implementation of embedded-hal.
Limitations and known issues:
See examples.
On hardware side, a proper connection with use of an opto-isolator is required. An example application.
This library is licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)