Invaders game for the Gameduino

Dependencies:   Gameduino mbed

Revision:
4:e82f4a87df9e
Parent:
2:20a89dc286d5
--- a/joystick.cpp	Fri Dec 21 13:53:46 2012 +0000
+++ b/joystick.cpp	Sat Oct 26 22:32:18 2013 +0000
@@ -98,12 +98,7 @@
   
   There are no user-servicable parts below this line
 ------------------------------------------------------*/
-#define STICK_LEFT_BIT    0x01
-#define STICK_RIGHT_BIT   0x02
-#define STICK_UP_BIT      0x04
-#define STICK_DOWN_BIT    0x08
-#define ANALOG_STICK_BIT  0x80
-#define STICK_INFO_MASK (ANALOG_STICK_BIT)
+
 
 /*---------------------------------------------
   Joystick reader