From 1b320443cd1d3c5c23f082004ac9829043cb626d Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 14 Oct 2018 13:04:40 +0200 Subject: [PATCH] Add shared-bus Repository: https://github.com/Rahix/shared-bus Signed-off-by: Rahix --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 178cca4..4555846 100644 --- a/README.md +++ b/README.md @@ -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) 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) +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 @@ -319,6 +320,9 @@ have achieved the "released" status (published on crates.io + documentation / sh [BlueNRG]: https://crates.io/crates/bluenrg [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`] keyword on crates.io!