From c120c7207c8f4922867a6d837538ed3bec109219 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sun, 31 Mar 2019 17:18:34 +0200 Subject: Add intro blog post link --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8a1eff4..b9b2204 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a platform agnostic Rust driver for the ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115 ultra-small, low-power analog-to-digital converters (ADC), based on the [`embedded-hal`] traits. -[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal +[Introductory blog post] This driver allows you to: - Set the operating mode to one-shot or continuous. See: `into_continuous()`. @@ -121,3 +121,6 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. +[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal + +[Introductory blog post]: https://blog.eldruin.com/ads1x1x-analog-to-digital-converter-driver-in-rust/ -- cgit v1.2.3-54-g00ecf