Yunting Zou 201199716

Dependencies:   mbed MotionSensor

Revision:
2:a2f88b2d5da4
Parent:
1:9a8033d80067
Child:
3:4bd22344278d
--- a/viper/viper.h	Thu May 14 16:29:22 2020 +0000
+++ b/viper/viper.h	Thu May 14 16:42:19 2020 +0000
@@ -15,7 +15,7 @@
 Gamepad pad;
  
 /**STRUCTURE**/
-struct vip {      
+struct vip {      //@set the location of the snake
     int x;
     int y;    
 }COOR;