diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 19:49:39 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 19:49:39 +0100 |
commit | a31ec76eafbcce1ea2593d0578490653b7fb003d (patch) | |
tree | 561b8061ff6e7566d8dfe7244e03634d40fd44ed /README.md | |
parent | ab785e44cd0232f6dbcc3844ee1ffa7719fba2f1 (diff) | |
download | ads1x1x-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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()`. |