summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73b7c2e..1acc6d6 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,11 @@ analog-to-digital converters (ADC), based on the [`embedded-hal`] traits.
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
This driver allows you to:
-- TODO
+- 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 comparator mode. See: `set_comparator_mode()`.
## The devices