Yehowshua Immanuel / Mbed 2 deprecated Generic_Platformer

Dependencies:   mbed 4DGL-uLCD-SE MMA8452

Revision:
3:0e14def93d4e
Child:
4:fb7d49e660f2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inputs/inputs.h	Fri Mar 15 20:46:37 2019 -0400
@@ -0,0 +1,11 @@
+#pragma once
+
+typedef struct{
+    //buttons
+    char b1, b2, b3;
+    
+    //accelerometer
+    char a_x, a_y;
+    
+    //implement more inputs here if needed
+    }conditions;
\ No newline at end of file