Browse Source

Provide additional information about SMART-RAMPS board (#10353)

LichtiMC 6 years ago
parent
commit
b94c8defee
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      Marlin/src/pins/pins_RAMPS_SMART.h

+ 10
- 0
Marlin/src/pins/pins_RAMPS_SMART.h View File

@@ -47,6 +47,16 @@
47 47
  *       A13 | A9
48 48
  *       A14 | A10
49 49
  *       A15 | A11
50
+ *
51
+ *
52
+ * REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER works fine connected to AUX-4 with
53
+ * Smart Adapter, but requires removing the AUX3 pin header on the adapter to fit.
54
+ * To use the SD card reader, wire its pins to AUX-3 (and use Software SPI).
55
+ *
56
+ * To use Hardware SPI for SD, the SDSS pin must be set to 52 instead of 53.
57
+ * Hardware SPI also requires additional wiring because the board doesn't pass
58
+ * the 6-pin SPI header from the DUE board.
59
+ * (Search the web for "Arduino DUE Board Pinout" to see the correct header.)
50 60
  */
51 61
 
52 62
 #ifndef __SAM3X8E__

Loading…
Cancel
Save