mirror of
https://github.com/LinoSchmidt/RoboterArm.git
synced 2026-05-05 20:50:42 +02:00
removed test comment
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ void loop(){
|
||||
servoHand.write(servoHandPos);
|
||||
}
|
||||
|
||||
Serial.println(String(offtime) + "," + String(servoDrehungPos) + "," + String(servoArmPos) + "," + String(servoOberarmPos) + "," + String(servoHandPos)); //Tabellenausgabe
|
||||
Serial.println(String(offtime) + "," + String(servoDrehungPos) + "," + String(servoArmPos) + "," + String(servoOberarmPos) + "," + String(servoHandPos));
|
||||
|
||||
delay(loopTime);
|
||||
}
|
||||
Reference in New Issue
Block a user