Skip to content

Commit 9529350

Browse files
authored
Add MIDI driver crate
1 parent 62346fd commit 9529350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ Work in progress drivers. Help the authors make these crates awesome!
637637
1. [MCP49xx] - SPI - 8/10/12-bit DACs like MCP4921, MCP4922, MCP4801, etc. - ![crates.io](https://img.shields.io/crates/v/mcp49xx.svg)
638638
1. [MCP9808] - I2C - Temperature sensor - ![crates.io](https://img.shields.io/crates/v/mcp9808.svg)
639639
1. [MFRC522] - SPI - RFID tag reader/writer
640+
1. [midi-port] - UART - MIDI input
640641
1. [motor-driver] - Motor drivers: L298N, TB6612FNG, etc.
641642
1. [MPU6050] - I2C - no_std driver for the MPU6050 ![crates.io](https://img.shields.io/crates/v/mpu6050.svg)
642643
1. [MPU9250] - no_std driver for the MPU9250 (and other MPU* devices) & onboard AK8963 (accelerometer + gyroscope + magnetometer IMU) ![crates.io](https://img.shields.io/crates/v/mpu9250.svg)
@@ -710,6 +711,7 @@ Work in progress drivers. Help the authors make these crates awesome!
710711
[MCP49xx]: https://crates.io/crates/mcp49xx
711712
[MCP9808]: https://crates.io/crates/mcp9808
712713
[MFRC522]: https://github.com/japaric/mfrc522
714+
[midi-port]: https://crates.io/crates/midi-port
713715
[motor-driver]: https://github.com/japaric/motor-driver
714716
[MPU6050]: https://crates.io/crates/mpu6050
715717
[MPU9250]: https://crates.io/crates/mpu9250

0 commit comments

Comments
 (0)