diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2019-03-31 17:18:34 +0200 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2019-03-31 17:18:34 +0200 |
commit | c120c7207c8f4922867a6d837538ed3bec109219 (patch) | |
tree | 07cc457b824dbfd0ab5919a53aa958ba63bd5260 | |
parent | 0222857926a937cd9cdafebbcb390a2657403f1a (diff) | |
download | ads1x1x-async-c120c7207c8f4922867a6d837538ed3bec109219.tar.gz ads1x1x-async-c120c7207c8f4922867a6d837538ed3bec109219.tar.xz ads1x1x-async-c120c7207c8f4922867a6d837538ed3bec109219.zip |
Add intro blog post link
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/ |