Skip to content

Commit 5613873

Browse files
authored
Update max31856_simpletest.py
change to match tutorial wiring example
1 parent 25148d6 commit 5613873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/max31856_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
88

99
# allocate a CS pin and set the direction
10-
cs = digitalio.DigitalInOut(board.D0)
10+
cs = digitalio.DigitalInOut(board.D5)
1111
cs.direction = digitalio.Direction.OUTPUT
1212

1313
# create a thermocouple object with the above

0 commit comments

Comments
 (0)