mirror of
https://github.com/LinoSchmidt/RoboterArm.git
synced 2026-03-21 02:31:16 +01:00
vostellungs anfang eingebaut
This commit is contained in:
@@ -101,6 +101,11 @@ void loop()
|
|||||||
servoHand.write(servoHandPos);
|
servoHand.write(servoHandPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (offtime >= timeToAutoplay)
|
||||||
|
{
|
||||||
|
//code für forstellung hier...
|
||||||
|
}
|
||||||
|
|
||||||
Serial.println(String(offtime) + "," + String(servoDrehungPos) + "," + String(servoArmPos) + "," + String(servoOberarmPos) + "," + String(servoHandPos));
|
Serial.println(String(offtime) + "," + String(servoDrehungPos) + "," + String(servoArmPos) + "," + String(servoOberarmPos) + "," + String(servoHandPos));
|
||||||
|
|
||||||
delay(loopTime);
|
delay(loopTime);
|
||||||
|
|||||||
Reference in New Issue
Block a user