Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
19:05cc9f801468
Parent:
18:b391caa5754c
Child:
20:1e6338403427
--- a/Snake/Snake.h	Mon Apr 08 05:57:04 2019 +0000
+++ b/Snake/Snake.h	Mon Apr 08 16:46:14 2019 +0000
@@ -32,12 +32,6 @@
     */
     void update(Direction d,float mag,int length, int speed, int* b0_to_b14);
     
-    /** Set Position
-    *
-    *   This function is used to change the position of the snake sprites to specific coordinates when called.
-    */
-    void set_pos(Vector2D s);
-    
     /** Get Position
     *
     *   This function obtains the coordinate of the top-left pixel in the Snake sprite.