summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-17 14:24:33 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-17 14:24:33 +0100
commit04d8362113e3dc382a8a063ffa652bee6345fa61 (patch)
tree8d4105fb47c4569303deb31365aabdbfacf4f7e0 /README.md
parent7ac25f537bb7684be136e0168bbad2a85922b3fc (diff)
downloadads1x1x-async-04d8362113e3dc382a8a063ffa652bee6345fa61.tar.gz
ads1x1x-async-04d8362113e3dc382a8a063ffa652bee6345fa61.tar.xz
ads1x1x-async-04d8362113e3dc382a8a063ffa652bee6345fa61.zip
Update driver capabilities
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46ae708..ca996c1 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,13 @@ 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()`.
- 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()`.
- Set the comparator mode. See: `set_comparator_mode()`.
- Set the comparator polarity. See: `set_comparator_polarity()`.
- Set the comparator latching. See: `set_comparator_latching()`.
+- Set the comparator queue. See: `set_comparator_queue()`.
+- Disable the comparator. See: `disable_comparator()`.
## The devices