diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-21 08:11:15 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-21 08:11:15 +0100 |
commit | eb0c438e9dbad47a9cf2c24610233b0224f7e269 (patch) | |
tree | 6f897520ce5bc9d5963d760f99173b6ce50fc2ae /README.md | |
parent | 0ae97c430f4082e94730a1b220f75db1add65270 (diff) | |
download | ads1x1x-async-eb0c438e9dbad47a9cf2c24610233b0224f7e269.tar.gz ads1x1x-async-eb0c438e9dbad47a9cf2c24610233b0224f7e269.tar.xz ads1x1x-async-eb0c438e9dbad47a9cf2c24610233b0224f7e269.zip |
Make function to read if a measurement is in progress public
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ This driver allows you to: - 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()`. +- Read whether a measurement is in progress. See: `is_measurement_in_progress()`. - 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()`. |