summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/pins.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-04-19 09:26:56 +0200
committerkliment <kliment.yanev@gmail.com>2011-04-22 12:14:49 +0200
commit72e4ce1c2cd54c1d3dabb3aa728f7329684ca8f6 (patch)
tree21cad41d2db2c86f343e7faeacb5bc5d651525fa /Tonokip_Firmware/pins.h
parent180f20a1cd786b46b9c7a01ca439f9556ea29488 (diff)
Gregfrost thermocouple support - still needs minor cleanup
Diffstat (limited to 'Tonokip_Firmware/pins.h')
-rw-r--r--Tonokip_Firmware/pins.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tonokip_Firmware/pins.h b/Tonokip_Firmware/pins.h
index 3849e4f..f881e60 100644
--- a/Tonokip_Firmware/pins.h
+++ b/Tonokip_Firmware/pins.h
@@ -246,8 +246,15 @@
#define TEMP_1_PIN 1 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
+#ifndef SDSUPPORT
+// SPI for Max6675 Thermocouple (these pins are defined in the SD library if building with SD support).
+#define SCK_PIN 52
+#define MISO_PIN 50
+#define MOSI_PIN 51
+#define SS_PIN 53
+#endif
/****************************************************************************************