summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2019-03-31 17:18:34 +0200
committerDiego Barrios Romero <eldruin@gmail.com>2019-03-31 17:18:34 +0200
commitc120c7207c8f4922867a6d837538ed3bec109219 (patch)
tree07cc457b824dbfd0ab5919a53aa958ba63bd5260 /README.md
parent0222857926a937cd9cdafebbcb390a2657403f1a (diff)
downloadads1x1x-async-c120c7207c8f4922867a6d837538ed3bec109219.tar.gz
ads1x1x-async-c120c7207c8f4922867a6d837538ed3bec109219.tar.xz
ads1x1x-async-c120c7207c8f4922867a6d837538ed3bec109219.zip
Add intro blog post link
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
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/