Yehowshua Immanuel / Mbed 2 deprecated Generic_Platformer

Dependencies:   mbed 4DGL-uLCD-SE MMA8452

Committer:
Yehowshua
Date:
Sun Mar 10 05:28:18 2019 +0000
Revision:
0:2f4225a589d1
First Commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Yehowshua 0:2f4225a589d1 1 #pragma once
Yehowshua 0:2f4225a589d1 2
Yehowshua 0:2f4225a589d1 3 typedef struct{
Yehowshua 0:2f4225a589d1 4 //buttons
Yehowshua 0:2f4225a589d1 5 char b1, b2, b3;
Yehowshua 0:2f4225a589d1 6
Yehowshua 0:2f4225a589d1 7 //accelerometer
Yehowshua 0:2f4225a589d1 8 char a_x, a_y;
Yehowshua 0:2f4225a589d1 9
Yehowshua 0:2f4225a589d1 10 //implement more inputs here if needed
Yehowshua 0:2f4225a589d1 11 }conditions;