11

Dependencies:   mbed N5110 Joystick

start/start.h

Committer:
lhyr
Date:
2021-04-14
Revision:
2:4fd751cc1af7
Parent:
1:77e6588be25b

File content as of revision 2:4fd751cc1af7:

#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