Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
6:c9695079521d
Parent:
0:35660d7952f7
--- a/hardware.h	Tue Oct 12 15:26:32 2021 +0000
+++ b/hardware.h	Fri Nov 19 22:03:25 2021 +0000
@@ -6,7 +6,7 @@
  * If additional hardware is added, new elements should be added to this struct.
  */
 struct GameInputs {
-    int b1, b2, b3;     // Button presses
+    int b1, b2, b3,b4;     // Button presses
     double ax, ay, az;  // Accelerometer readings
 };