Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
16:7b474f873683
Parent:
13:9785f2404045
Child:
17:54e13faeaf64
--- a/Snake/Snake.h	Thu Apr 04 18:50:40 2019 +0000
+++ b/Snake/Snake.h	Fri Apr 05 05:46:11 2019 +0000
@@ -24,7 +24,7 @@
     *
     *   This function draws the Snake sprite onto the screen at the specified coordinates.
     */
-    void draw(N5110 &lcd, int length);
+    void draw(Gamepad &pad, N5110 &lcd, int length);
     
     /** Update
     *