From 4069115ba0b39411bd84da19ff8d3221d6413c53 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 4 Feb 2023 22:16:57 +0100 Subject: [PATCH] Add switch-hal --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fce65f7..613255c 100644 --- a/README.md +++ b/README.md @@ -700,6 +700,8 @@ devices which go beyond what is available in [`embedded-hal`]: - [`atat`](https://github.com/BlackbirdHQ/atat): Abstraction crate to ease writting AT based driver crates - ![crates.io](https://img.shields.io/crates/v/atat.svg) - [`embedded-nal`](https://github.com/rust-embedded-community/embedded-nal): An Embedded Network Abstraction Layer - ![crates.io](https://img.shields.io/crates/v/embedded-nal.svg) - [`embedded-storage`](https://github.com/rust-embedded-community/embedded-storage): An Embedded Storage Abstraction Layer +- [`switch-hal`](https://github.com/rubberduck203/switch-hal): An "on"/"off" abstraction for input and output switches - ![crates.io](https://img.shields.io/crates/v/switch-hal.svg) + ## Driver crates