summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-17 14:21:12 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-17 14:21:12 +0100
commit950120f4a2d0199a63b59b523f1a1638e20c4f13 (patch)
tree633516fff3fad0cb582c990cf56cb0e30f0119d4 /README.md
parent1de0700f63b82e4c649ef0d73443946d74df5b05 (diff)
downloadads1x1x-async-950120f4a2d0199a63b59b523f1a1638e20c4f13.tar.gz
ads1x1x-async-950120f4a2d0199a63b59b523f1a1638e20c4f13.tar.xz
ads1x1x-async-950120f4a2d0199a63b59b523f1a1638e20c4f13.zip
Rename threshold methods
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 615e9aa..46ae708 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ 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 low and high thresholds. See: `set_high_threshold()`.
+- 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()`.