Romain Ame
/
Timer71pt
Fork de Timer après le match à 61 points
Fork of Timer by
Diff: main.cpp
- Revision:
- 82:07e13071dd7b
- Parent:
- 81:e7b03e81b025
- Child:
- 83:714fa414b2bf
diff -r e7b03e81b025 -r 07e13071dd7b main.cpp --- a/main.cpp Thu May 05 18:17:08 2016 +0000 +++ b/main.cpp Fri May 06 07:08:44 2016 +0000 @@ -16,8 +16,8 @@ { Ticker ticker; ticker.attach(&Sharps, 0.01); - - TestDist3(1,1); + while (start == 0) ; + GotoDist(5.5); while(1); }