From 4ea9792210692b6943f264d683b0cb16e7fef02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Fri, 7 Aug 2020 14:07:53 +0200 Subject: [PATCH] Update link for waveshare e-ink crate The crate was moved. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6c02f..5844896 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,7 @@ Work in progress drivers. Help the authors make these crates awesome! 1. [DS3231] - I2C - real time clock 1. [DS3234] - SPI - Real time clock 1. [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg) -1. [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare +1. [epd-waveshare] - SPI - driver for E-Paper Modules from Waveshare 1. [embedded-morse] - Output morse messages - ![crates.io](https://img.shields.io/crates/v/embedded-morse.svg) 1. [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio 1. [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33) - ![crates.io](https://img.shields.io/crates/v/GridEYE.svg) @@ -770,7 +770,7 @@ Work in progress drivers. Help the authors make these crates awesome! [DS3231]: https://github.com/wose/ds3231 [DS3234]: https://github.com/rust-embedded/wg/issues/39#issuecomment-375262785 [DS323x]: https://crates.io/crates/ds323x -[eink-waveshare]: https://crates.io/crates/eink_waveshare_rs +[epd-waveshare]: https://crates.io/crates/epd-waveshare [embedded-morse]: https://crates.io/crates/embedded-morse [embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01 [GridEYE]: https://crates.io/crates/grideye