diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-17 14:24:33 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-17 14:24:33 +0100 |
commit | 04d8362113e3dc382a8a063ffa652bee6345fa61 (patch) | |
tree | 8d4105fb47c4569303deb31365aabdbfacf4f7e0 /README.md | |
parent | 7ac25f537bb7684be136e0168bbad2a85922b3fc (diff) | |
download | ads1x1x-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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |