Skip to content

Commit 8d8cd4b

Browse files
authored
Merge branch 'master' into imxrt-rs
2 parents 54c659f + fc07a13 commit 8d8cd4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ Work in progress drivers. Help the authors make these crates awesome!
641641
1. [MCP49xx] - SPI - 8/10/12-bit DACs like MCP4921, MCP4922, MCP4801, etc. - ![crates.io](https://img.shields.io/crates/v/mcp49xx.svg)
642642
1. [MCP9808] - I2C - Temperature sensor - ![crates.io](https://img.shields.io/crates/v/mcp9808.svg)
643643
1. [MFRC522] - SPI - RFID tag reader/writer
644+
1. [midi-port] - UART - MIDI input - ![crates.io](https://img.shields.io/crates/v/midi-port.svg)
644645
1. [motor-driver] - Motor drivers: L298N, TB6612FNG, etc.
645646
1. [MPU6050] - I2C - no_std driver for the MPU6050 ![crates.io](https://img.shields.io/crates/v/mpu6050.svg)
646647
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)
@@ -663,6 +664,7 @@ Work in progress drivers. Help the authors make these crates awesome!
663664
1. [SSD1675] - SPI - Tri-color ePaper display controller - ![crates.io](https://img.shields.io/crates/v/ssd1675.svg)
664665
1. [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg)
665666
1. [ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix ![crates.io](https://img.shields.io/crates/v/st7735-lcd.svg)
667+
1. [ST7920] - SPI - LCD displays using the ST7920 controller ![crates.io](https://img.shields.io/crates/v/st7920.svg)
666668
1. [stm32-eth] - MCU - Ethernet
667669
1. [SX1278] - SPI - Long range (LoRa) transceiver
668670
1. [SX1509] - I2C - IO Expander / Keypad driver
@@ -714,6 +716,7 @@ Work in progress drivers. Help the authors make these crates awesome!
714716
[MCP49xx]: https://crates.io/crates/mcp49xx
715717
[MCP9808]: https://crates.io/crates/mcp9808
716718
[MFRC522]: https://github.com/japaric/mfrc522
719+
[midi-port]: https://crates.io/crates/midi-port
717720
[motor-driver]: https://github.com/japaric/motor-driver
718721
[MPU6050]: https://crates.io/crates/mpu6050
719722
[MPU9250]: https://crates.io/crates/mpu9250
@@ -736,6 +739,7 @@ Work in progress drivers. Help the authors make these crates awesome!
736739
[SSD1675]: https://crates.io/crates/ssd1675
737740
[st7032i]: https://github.com/dotcypress/st7032i
738741
[ST7735-lcd]: https://crates.io/crates/st7735-lcd
742+
[ST7920]: https://crates.io/crates/st7920
739743
[stm32-eth]: https://github.com/stm32-rs/stm32-eth
740744
[SX1278]: https://github.com/susu/sx1278
741745
[SX1509]: https://github.com/wez/sx1509

0 commit comments

Comments
 (0)