From 04d8362113e3dc382a8a063ffa652bee6345fa61 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sat, 17 Nov 2018 14:24:33 +0100 Subject: Update driver capabilities --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 46ae708..ca996c1 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf