Skip to content

Commit 11459cb

Browse files
Update content/components/sensor/mcp3204.md
Channels typo Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 5d31eb5 commit 11459cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/sensor/mcp3204.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ sensor:
6363
id: supply_voltage
6464
number: 7 # MCP3208 pin number
6565
66-
# Measures difference between CH1 (IN+) and CH2 (IN-)
67-
- platform: mcp3204 # Attached to pin 7 of the MCP3208.
66+
# Measures difference between CH0 (IN+) and CH1 (IN-)
67+
- platform: mcp3204 # Attached to pins 0-1 of the MCP3208 (differential pair).
6868
id: thermocouple_voltage
6969
number: 0 # MCP32xx pin number
7070
diff_mode: true # Enable differential mode

0 commit comments

Comments
 (0)