summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-20 19:49:39 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-20 19:49:39 +0100
commita31ec76eafbcce1ea2593d0578490653b7fb003d (patch)
tree561b8061ff6e7566d8dfe7244e03634d40fd44ed /README.md
parentab785e44cd0232f6dbcc3844ee1ffa7719fba2f1 (diff)
downloadads1x1x-async-a31ec76eafbcce1ea2593d0578490653b7fb003d.tar.gz
ads1x1x-async-a31ec76eafbcce1ea2593d0578490653b7fb003d.tar.xz
ads1x1x-async-a31ec76eafbcce1ea2593d0578490653b7fb003d.zip
Update documentation of driver capabilities
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca996c1..086cf6c 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ analog-to-digital converters (ADC), based on the [`embedded-hal`] traits.
This driver allows you to:
- Set the operating mode to one-shot or continuous. See: `into_continuous()`.
- Make a measurement in one-shot mode. See: `read()`.
+- Start continuous conversion mode. See: `start()`.
+- Read the last measurement made in continuous conversion mode. See: `read()`.
- Set the data rate. See: `set_data_rate()`.
- Set the full-scale range (gain amplifier). See `set_full_scale_range()`.
- Set the low and high thresholds. See: `set_high_threshold_raw()`.