From d296d7b810e889ac17d5f94c6d3f9255fa30ce40 Mon Sep 17 00:00:00 2001 From: Stefan Dastig Date: Thu, 22 Oct 2020 21:29:42 +0200 Subject: [PATCH] =?UTF-8?q?Software=20SPI=20f=C3=BCr=20Thermo=20IC=20an=20?= =?UTF-8?q?neuen=20Prototyp=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Software/reflowController/thermo.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/reflowController/thermo.ino b/Software/reflowController/thermo.ino index d7b7aaf..e70ac09 100644 --- a/Software/reflowController/thermo.ino +++ b/Software/reflowController/thermo.ino @@ -1,6 +1,6 @@ #define MAXDO 7 -#define MAXCS 8 -#define MAXCLK 9 +#define MAXCS 6 +#define MAXCLK 8 MAX6675 thermocouple(MAXCLK, MAXCS, MAXDO);