mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-04 23:26:44 +00:00
Merge #373
373: Add grove matrix led my-9221 driver r=eldruin a=pyaillet Hi ! Thank you for pulling this list together. This PR adds the [Grove matrix led driver](https://github.com/pyaillet/grove-matrix-led-my9221-rs) Co-authored-by: Pierre-Yves Aillet <pyaillet@gmail.com>
This commit is contained in:
commit
d11c8b49fb
1 changed files with 2 additions and 0 deletions
|
@ -880,6 +880,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
1. [embedded-morse] - Output morse messages - ![crates.io](https://img.shields.io/crates/v/embedded-morse.svg)
|
||||
1. [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
|
||||
1. [Ft6x36] - I2C - Rust driver for focal tech touch screen FT6236, FT6336 - ![crates.io](https://img.shields.io/crates/v/ft6x36.svg)
|
||||
1. [grove-matrix-led-my9221-rs] - I2C - Rust driver for Grove RGB Matrix Led with my-9221 Driver - ![crates.io](https://img.shields.io/crates/v/grove-matrix-led-my9221-rs.svg)
|
||||
1. [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33) - ![crates.io](https://img.shields.io/crates/v/GridEYE.svg)
|
||||
1. [HC-SR04] - DIO - Ultrasound sensor
|
||||
1. [HD44780-driver] - GPIO - LCD controller - ![crates.io](https://img.shields.io/crates/v/hd44780-driver.svg)
|
||||
|
@ -970,6 +971,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
[embedded-morse]: https://crates.io/crates/embedded-morse
|
||||
[embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01
|
||||
[Ft6x36]: https://crates.io/crates/ft6x36
|
||||
[grove-matrix-led-my9221-rs]: https://crates.io/crates/grove-matrix-led-my9221-rs
|
||||
[GridEYE]: https://crates.io/crates/grideye
|
||||
[HC-12]: https://crates.io/crates/hc12-at
|
||||
[HC-SR04]: https://github.com/nordmoen/hc-sr04
|
||||
|
|
Loading…
Reference in a new issue