Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
14:7225da81314a
Parent:
9:cbb9cfb1f6c5
diff -r 798a4dd14c7e -r 7225da81314a hardware.cpp
--- a/hardware.cpp	Thu Dec 02 20:16:28 2021 +0000
+++ b/hardware.cpp	Fri Dec 03 08:45:49 2021 +0000
@@ -33,7 +33,7 @@
     button1.mode(PullUp); 
     button2.mode(PullUp);
     button3.mode(PullUp);
-    button4.mode(PullUp);
+    //button4.mode(PullUp);
     acc.activate();
     
     return ERROR_NONE;