initial commit

This commit is contained in:
Benny 2025-02-04 11:29:39 +01:00
parent bc20d83dfc
commit 784f94c569

View File

@ -32,5 +32,5 @@ void loop() {
}
void turnDegrees(Stepper stepper, int deg){
stepper.step(deg * stepsPerDegree);
}