Update stepper_motor_controller.ino

HOME_EL is on Pin 3 with the current PCB
merge-requests/29/head
Highcooley 2017-02-06 22:56:16 +01:00 committed by GitHub
parent b07b90c226
commit 7765aa58ea
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#define T_DELAY 60000 /*Time to disable the motors in millisecond*/
#define HOME_AZ 4 /*Homing switch for Azimuth*/
#define HOME_EL 7 /*Homing switch for Elevation*/
#define HOME_EL 3 /*Homing switch for Elevation*/
#define MAX_AZ_ANGLE 365 /*Maximum Angle of Azimuth for homing scanning*/
#define MAX_EL_ANGLE 365 /*Maximum Angle of Elevation for homing scanning*/