diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | src/lib.rs | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,7 @@ This driver allows you to: - 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()`. +- Set the comparator polarity. See: `set_comparator_polarity()`. ## The devices @@ -10,12 +10,14 @@ //! - 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()`]. +//! - Set the comparator polarity. See: [`set_comparator_polarity()`]. //! //! [`into_continuous()`]: struct.Ads1x1x.html#method.into_continuous //! [`read()`]: struct.Ads1x1x.html#method.read //! [`set_data_rate()`]: struct.Ads1x1x.html#method.set_data_rate //! [`set_high_threshold()`]: struct.Ads1x1x.html#method.set_high_threshold //! [`set_comparator_mode()`]: struct.Ads1x1x.html#method.set_comparator_mode +//! [`set_comparator_polarity()`]: struct.Ads1x1x.html#method.set_comparator_polarity //! //! ## The devices //! |