commit 558a294325f5403c6cbbaeadb3d113e1b8871a20
parent dbe5dbe194df431b177e75778c8ed7289ce4f0af
Author: rbckman <rob@tarina.org>
Date: Thu, 8 Sep 2022 12:55:15 +0300
read temp script
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/temp_read_1_sensor.py b/temp_read_1_sensor.py
@@ -12,8 +12,8 @@
import max6675
# set the pin for communicate with MAX6675
-cs = 22
-sck = 18
+cs = 20
+sck = 26
so = 16
# max6675.set_pin(CS, SCK, SO, unit) [unit : 0 - raw, 1 - Celsius, 2 - Fahrenheit]