Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
9:d1d79d4ee673
Parent:
8:890b986b16a4
Child:
11:d6ceff1ff6d7
--- a/main.cpp	Tue Mar 26 18:36:50 2019 +0000
+++ b/main.cpp	Wed Mar 27 18:20:36 2019 +0000
@@ -35,7 +35,7 @@
 void refresh_game();
 
 //Constants//
-int fps = 40;  // frames per second
+int fps = 20;  // frames per second
 
 ///////////// MAIN ////////////////
 int main()