From 784f94c569ed3c4479ed377cf5f296d23c6b859a Mon Sep 17 00:00:00 2001 From: Benny Date: Tue, 4 Feb 2025 11:29:39 +0100 Subject: [PATCH] initial commit --- Arduino-Satellite-Dish/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino-Satellite-Dish/src/main.cpp b/Arduino-Satellite-Dish/src/main.cpp index 5e4db26..d630025 100644 --- a/Arduino-Satellite-Dish/src/main.cpp +++ b/Arduino-Satellite-Dish/src/main.cpp @@ -32,5 +32,5 @@ void loop() { } void turnDegrees(Stepper stepper, int deg){ - + stepper.step(deg * stepsPerDegree); } \ No newline at end of file