From 3724f442921fe943c15179e21f3cd84f1965b728 Mon Sep 17 00:00:00 2001 From: Tamme Dittrich Date: Tue, 5 Nov 2024 20:36:59 +0100 Subject: [PATCH] Reword mention of drive-rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2748e7..019718d 100644 --- a/README.md +++ b/README.md @@ -759,7 +759,7 @@ devices that go beyond what is available in [`embedded-hal`]: ## Driver crates -For more drivers also refer to [drive-rs](https://tweedegolf.github.io/drive-rs/). +You can also find many of these drivers [here](https://tweedegolf.github.io/drive-rs/); please consider adding your driver there (https://github.com/tweedegolf/drive-rs) while we work to port everything across. Platform agnostic crates to interface external components. These crates use the [`embedded-hal`] interface to support [all the devices and systems that implement the `embedded-hal`