Browse Source

Ultratronics Pro SPI pins (#19444)

ellensp 4 years ago
parent
commit
98bcb25fd4
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Marlin/src/pins/sam/pins_ULTRATRONICS_PRO.h

+ 5
- 0
Marlin/src/pins/sam/pins_ULTRATRONICS_PRO.h View File

@@ -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

Loading…
Cancel
Save