Yehowshua Immanuel / Mbed 2 deprecated Generic_Platformer

Dependencies:   mbed 4DGL-uLCD-SE MMA8452

inputs.h

Committer:
Yehowshua
Date:
2019-03-10
Revision:
0:2f4225a589d1

File content as of revision 0:2f4225a589d1:

#pragma once

typedef struct{
    //buttons
    char b1, b2, b3;
    
    //accelerometer
    char a_x, a_y;
    
    //implement more inputs here if needed
    }conditions;