diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 20:24:21 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 20:24:21 +0100 |
commit | ad572b64eb0e99f269297d8de19d709ef66d3f24 (patch) | |
tree | df45d290d71499dfe4e976f0215181cea5e0e77e /README.md | |
parent | 334c0d2352efd751dddd10db1315c144fcfe8b28 (diff) | |
download | ads1x1x-async-ad572b64eb0e99f269297d8de19d709ef66d3f24.tar.gz ads1x1x-async-ad572b64eb0e99f269297d8de19d709ef66d3f24.tar.xz ads1x1x-async-ad572b64eb0e99f269297d8de19d709ef66d3f24.zip |
Add function to use the ALERT/RDY pin as conversion-ready pin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ This driver allows you to: - Set the comparator latching. See: `set_comparator_latching()`. - Set the comparator queue. See: `set_comparator_queue()`. - Disable the comparator. See: `disable_comparator()`. +- Set the ALERT/RDY pin to be used as conversion-ready pin. See: `use_alert_rdy_pin_as_ready()`. ## The devices |