Final Commit
Dependencies: mbed
Diff: main.cpp
- Revision:
- 21:63c5590cb2c2
- Parent:
- 20:277e88a8185f
- Child:
- 25:f03439ee32c6
--- a/main.cpp Mon Apr 30 11:15:44 2018 +0000 +++ b/main.cpp Mon Apr 30 14:37:23 2018 +0000 @@ -50,7 +50,7 @@ init(); render(); - wait(0.3); + wait(0.2); while(1) { @@ -58,7 +58,7 @@ snake_engine.update(pad); render(); - wait(0.3); + wait(0.2); } }