11

Dependencies:   mbed N5110 Joystick

start/start.h

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

File content as of revision 1:77e6588be25b:

#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