int handhightpin=3;
int handdistancepin=5;
int gripperturn=6;
int grip=9;
int stpPin=2;
int dirPin=4;
void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}
A4988