Skip to content
Snippets Groups Projects
Commit 70051e3a authored by Lucas Stratmann's avatar Lucas Stratmann
Browse files

Test Commit

parent 33cf1bc8
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,7 @@ public class Simulator implements Runnable { ...@@ -72,6 +72,7 @@ public class Simulator implements Runnable {
if (counter==2) arduino.digitalWrite(1, true); if (counter==2) arduino.digitalWrite(1, true);
if (counter==3) arduino.digitalWrite(2, true); if (counter==3) arduino.digitalWrite(2, true);
if (counter==4) arduino.digitalWrite(1, false); if (counter==4) arduino.digitalWrite(1, false);
if (counter==5) ;
counter++; counter++;
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment