hjd1964 / OnStep

Arduino telescope goto for equatorial and alt/az mounts
http://www.stellarjourney.com/index.php?r=site/equipment_onstep
GNU General Public License v3.0
452 stars 167 forks source link

Pinmap for FYSETC S6 #157

Closed kbahey closed 4 years ago

kbahey commented 4 years ago

As per the Marlin 2.0 pinmap for the S6, the following pin should be corrected:

diff --git a/src/pinmaps/Pins.FYSETC_S6.h b/src/pinmaps/Pins.FYSETC_S6.h
index 6d8ec10..78d81d7 100644
--- a/src/pinmaps/Pins.FYSETC_S6.h
+++ b/src/pinmaps/Pins.FYSETC_S6.h
@@ -73,7 +73,7 @@
 #define Axis1_HOME         PB10     // Sense home position Axis1

 // Axis2 Dec/Alt step/dir driver
-#define Axis2_EN           PD8     // Enable
+#define Axis2_EN           PD9     // Enable
hjd1964 commented 4 years ago

Took care of this and then some