Closed sbrokal1 closed 2 years ago
closes #7 closes #14
I updated the calibration function to use the newly created readLimitSwitch() method of stepper motors to calibrate properly.
readLimitSwitch()
I added placeholder limit switch pin constants in Arm.ino, then used those inside each stepper motor constructor.
Arm.ino
closes #7 closes #14
I updated the calibration function to use the newly created
readLimitSwitch()
method of stepper motors to calibrate properly.I added placeholder limit switch pin constants in
Arm.ino
, then used those inside each stepper motor constructor.