Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/02_continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
of continuous conversion is equal to the programmed data rate. Data can be
read at any time and always reflect the most recent completed conversion.

The ADS1014 and ADS1014 feature a programmable digital comparator that can
The ADS1x14 and ADS1x15 feature a programmable digital comparator that can
issue an alert on the ALERT/RDY pin if the low or high threshold values are
exceeded. Together with continuous-conversion mode this feature can be used
to trigger a hardware interrupt and alert on abnormal conditions.
Expand Down
2 changes: 1 addition & 1 deletion examples/03_comparator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
configure the comparator

The ADS1014 and ADS1014 feature a programmable digital comparator that can
The ADS1x14 and ADS1x15 feature a programmable digital comparator that can
issue an alert on the ALERT/RDY pin if the low or high threshold values are
exceeded. Together with continuous-conversion mode this feature can be used
to trigger a hardware interrupt and alert on abnormal conditions.
Expand Down