ugnen

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

commit 74b055f813d0c97439e31304d456bf7f2f01ad88
parent 5598d9695c6841bbecdab728e2360be7ca42631f
Author: rbckman <rob@tarina.org>
Date:   Thu,  8 Sep 2022 12:43:30 +0300

pi pinouts

Diffstat:
Mugnen.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ugnen.py b/ugnen.py @@ -10,8 +10,8 @@ import blessed 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] max6675.set_pin(cs, sck, so, 1)