11

Dependencies:   mbed N5110 Joystick

start/start.h

Committer:
lhyr
Date:
2021-04-09
Revision:
0:283702b9a078
Child:
1:77e6588be25b

File content as of revision 0:283702b9a078:

#ifndef START_H
#define START_H

#include "mbed.h"


// include the different header files

void select11( int button_a_flag, int button_d_flag,int *button_b_flag);




#endif