From 7765aa58ea157d34a03e02c4fa480de78762c226 Mon Sep 17 00:00:00 2001 From: Highcooley Date: Mon, 6 Feb 2017 22:56:16 +0100 Subject: [PATCH] Update stepper_motor_controller.ino HOME_EL is on Pin 3 with the current PCB --- firmware/stepper_motor_controller/stepper_motor_controller.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/stepper_motor_controller/stepper_motor_controller.ino b/firmware/stepper_motor_controller/stepper_motor_controller.ino index 24a3f5f..0b82d35 100644 --- a/firmware/stepper_motor_controller/stepper_motor_controller.ino +++ b/firmware/stepper_motor_controller/stepper_motor_controller.ino @@ -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*/