Add files via upload

Switched the pan and slider stepper driver pins.
This commit is contained in:
isaac879
2020-08-17 05:04:48 +01:00
committed by GitHub
parent 9166b8310b
commit fcad16b2c7
3 changed files with 26 additions and 17 deletions
@@ -13,12 +13,21 @@
#define PIN_ENABLE 12
#define PIN_MS1 11
#define PIN_MS2 10
#define PIN_STEP_SLIDER 8
#define PIN_DIRECTION_SLIDER 7
//#define PIN_STEP_SLIDER 8
//#define PIN_DIRECTION_SLIDER 7
//#define PIN_STEP_TILT 6
//#define PIN_DIRECTION_TILT 5
//#define PIN_STEP_PAN 4
//#define PIN_DIRECTION_PAN 3
#define PIN_STEP_SLIDER 4
#define PIN_DIRECTION_SLIDER 3
#define PIN_STEP_TILT 6
#define PIN_DIRECTION_TILT 5
#define PIN_STEP_PAN 4
#define PIN_DIRECTION_PAN 3
#define PIN_STEP_PAN 8
#define PIN_DIRECTION_PAN 7
#define PIN_SLIDER_HALL 2
#define HALF_STEP 2
@@ -102,7 +111,7 @@
#define NUM_LEDS 1
#define BRIGHTNESS 255
#define VERSION_NUMBER "Version: 3.9.5\n"
#define VERSION_NUMBER "Version: 3.9.7\n"
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/