Skip to content

Commit 7795255

Browse files
authored
docs: indicate correct chip types (#11)
1 parent 10d1430 commit 7795255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/02_continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
of continuous conversion is equal to the programmed data rate. Data can be
88
read at any time and always reflect the most recent completed conversion.
99
10-
The ADS1014 and ADS1014 feature a programmable digital comparator that can
10+
The ADS1x14 and ADS1x15 feature a programmable digital comparator that can
1111
issue an alert on the ALERT/RDY pin if the low or high threshold values are
1212
exceeded. Together with continuous-conversion mode this feature can be used
1313
to trigger a hardware interrupt and alert on abnormal conditions.

examples/03_comparator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
configure the comparator
44
5-
The ADS1014 and ADS1014 feature a programmable digital comparator that can
5+
The ADS1x14 and ADS1x15 feature a programmable digital comparator that can
66
issue an alert on the ALERT/RDY pin if the low or high threshold values are
77
exceeded. Together with continuous-conversion mode this feature can be used
88
to trigger a hardware interrupt and alert on abnormal conditions.

0 commit comments

Comments
 (0)