From 36888f86a1145d1b0f7922999d65287ed83e31e7 Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Fri, 1 Dec 2017 15:54:52 -0800 Subject: [PATCH] Update simpletest.py --- examples/simpletest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simpletest.py b/examples/simpletest.py index e7bef0a..8e4a543 100644 --- a/examples/simpletest.py +++ b/examples/simpletest.py @@ -10,7 +10,7 @@ import adafruit_max31865 # Initialize SPI bus and sensor. spi = busio.SPI(board.SCK, MOSI=board.MOSI, MISO=board.MISO) -cs = digitalio.DigitalInOut(board.D5) # Chip select of the MAX31865 board. +cs = digitalio.DigitalInOut(board.D5) # Chip select of the MAX31865 board. sensor = adafruit_max31865.MAX31865(spi, cs) # Note you can optionally provide the thermocouple RTD nominal, the reference # resistance, and the number of wires for the sensor (2 the default, 3, or 4)