Skip to content

Commit

Permalink
#26 InfinityFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokashaa authored Jul 3, 2018
1 parent d8123ee commit 889692e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Software/DemoMode/InfinityFunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
void Infinity ()
{
HalfCircle(50,1);
delay(500);
HalfCircle(50,2);
delay(500);
HalfCircle(50,2);
delay(500);
HalfCircle(50,1);
}

0 comments on commit 889692e

Please sign in to comment.