vostellungs anfang eingebaut

This commit is contained in:
LinoSchmidt
2021-09-30 11:40:07 +02:00
parent 48426588d5
commit 1366ec60ff

View File

@@ -101,6 +101,11 @@ void loop()
servoHand.write(servoHandPos);
}
if (offtime >= timeToAutoplay)
{
//code für forstellung hier...
}
Serial.println(String(offtime) + "," + String(servoDrehungPos) + "," + String(servoArmPos) + "," + String(servoOberarmPos) + "," + String(servoHandPos));
delay(loopTime);