ugnen

git clone https://git.tarina.org/ugnen
Log | Files | Refs

commit a2dd6360a7958db50feb8f1273b0c74106de377c
parent 558a294325f5403c6cbbaeadb3d113e1b8871a20
Author: rbckman <rob@tarina.org>
Date:   Thu,  8 Sep 2022 12:56:19 +0300

read temp script

Diffstat:
Mtemp_read_1_sensor.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/temp_read_1_sensor.py b/temp_read_1_sensor.py @@ -25,7 +25,7 @@ try: a = max6675.read_temp(cs) # print temperature - print a + print(a) # when there are some errors with sensor, it return "-" sign and CS pin number # in this case it returns "-22"