From c92edbce2c26259130f9b8dfeb68be1cefbfff83 Mon Sep 17 00:00:00 2001 From: Mathias Date: Thu, 14 Jan 2021 09:48:43 +0100 Subject: [PATCH] Add embedded-storage and embedded-nal to component abstraction crates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72e794d..45cecd7 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,8 @@ devices which go beyond what is available in [`embedded-hal`]: - [`smart-leds`](https://github.com/smart-leds-rs): Support for addressable LEDs including WS2812 and APA102 - [`usb-device`](https://github.com/mvirkkunen/usb-device): Abstraction layer between USB peripheral crates & USB class crates - ![crates.io](https://img.shields.io/crates/v/usb-device.svg) - [`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 ## Driver crates