Update stepperMini.h

This commit is contained in:
mrcory
2020-02-14 10:38:41 -05:00
parent d3fe21b4aa
commit 5b950f60e1
+2 -1
View File
@@ -12,6 +12,7 @@
*/
long shade[5] = {0,20500,41000,60000,0};
//Declare motor pins
#define mtrPin1 D5//D5
#define mtrPin2 D7//D7
@@ -20,7 +21,7 @@ long shade[5] = {0,20500,41000,60000,0};
const int stepPerRev = 4096; //Steps needed to make 1 revolution
#define ctrlType 8 //HalfStep
#define ctrlType 8 //Do not change
/* Motor Specific Functions