ellensp
4 years ago
No account linked to committer's email address
|
@@ -23,6 +23,7 @@
|
23
|
23
|
|
24
|
24
|
/**
|
25
|
25
|
* ReprapWorld ULTRATRONICS v1.0
|
|
26
|
+ * https://reprapworld.com/documentation/datasheet_ultratronics10_05.pdf
|
26
|
27
|
*/
|
27
|
28
|
|
28
|
29
|
#ifndef ARDUINO_ARCH_SAM
|
|
@@ -146,6 +147,10 @@
|
146
|
147
|
#define SPI_EEPROM2_CS -1
|
147
|
148
|
#define SPI_FLASH_CS -1
|
148
|
149
|
|
|
150
|
+#define SCK_PIN 76
|
|
151
|
+#define MISO_PIN 74
|
|
152
|
+#define MOSI_PIN 75
|
|
153
|
+
|
149
|
154
|
// SPI for Max6675 or Max31855 Thermocouple
|
150
|
155
|
#define MAX6675_SS_PIN 65
|
151
|
156
|
#define MAX31855_SS0 65
|