mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-24 07:18:06 +00:00
commit
1905c1f10f
1 changed files with 4 additions and 0 deletions
|
@ -275,6 +275,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
||||||
13. [DS1307] - I2C - Real-time clock driver - [Intro blog post][13] - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
|
13. [DS1307] - I2C - Real-time clock driver - [Intro blog post][13] - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
|
||||||
14. [keypad] - GPIO - Keypad matrix circuits - [Intro post][14] - ![crates.io](https://img.shields.io/crates/v/keypad.svg)
|
14. [keypad] - GPIO - Keypad matrix circuits - [Intro post][14] - ![crates.io](https://img.shields.io/crates/v/keypad.svg)
|
||||||
15. [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module - [Intro post][15] ![crates.io](https://img.shields.io/crates/v/bluenrg.svg)
|
15. [BlueNRG] - SPI - driver for BlueNRG-MS Bluetooth module - [Intro post][15] ![crates.io](https://img.shields.io/crates/v/bluenrg.svg)
|
||||||
|
16. [shared-bus] - I2C - utility driver for sharing a bus between multiple devices - [Intro post][16] ![crates.io](https://img.shields.io/crates/v/shared-bus.svg)
|
||||||
|
|
||||||
|
|
||||||
[L3GD20]: https://crates.io/crates/l3gd20
|
[L3GD20]: https://crates.io/crates/l3gd20
|
||||||
|
@ -319,6 +320,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
||||||
[BlueNRG]: https://crates.io/crates/bluenrg
|
[BlueNRG]: https://crates.io/crates/bluenrg
|
||||||
[15]: https://www.219design.com/bluetooth-low-energy-with-rust/
|
[15]: https://www.219design.com/bluetooth-low-energy-with-rust/
|
||||||
|
|
||||||
|
[shared-bus]: https://github.com/Rahix/shared-bus
|
||||||
|
[16]: https://blog.rahix.de/001-shared-bus/
|
||||||
|
|
||||||
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
|
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
|
||||||
keyword on crates.io!
|
keyword on crates.io!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue