Software SPI für Thermo IC an neuen Prototyp angepasst

This commit is contained in:
Stefan 2020-10-22 21:29:42 +02:00
parent b695e591e0
commit d296d7b810
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#define MAXDO 7
#define MAXCS 8
#define MAXCLK 9
#define MAXCS 6
#define MAXCLK 8
MAX6675 thermocouple(MAXCLK, MAXCS, MAXDO);