From a31ec76eafbcce1ea2593d0578490653b7fb003d Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 20 Nov 2018 19:49:39 +0100 Subject: Update documentation of driver capabilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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()`. -- cgit v1.2.3-54-g00ecf