Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/pins.h')
-rw-r--r--Firmware/pins.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/Firmware/pins.h b/Firmware/pins.h
index a61992afd..9a979fdd3 100644
--- a/Firmware/pins.h
+++ b/Firmware/pins.h
@@ -71,7 +71,15 @@
#endif
- // The SDSS pin uses a different pin mapping from file Sd2PinMap.h
+
+#ifdef DIS
+#define D_REQUIRE 30
+#define D_DATA 20
+#define D_DATACLOCK 21
+
+#endif
+
+// The SDSS pin uses a different pin mapping from file Sd2PinMap.h
#define SDSS 53
#ifndef SDSUPPORT