11

Dependencies:   mbed N5110 Joystick

Committer:
lhyr
Date:
Wed Apr 14 14:12:26 2021 +0000
Revision:
2:4fd751cc1af7
Parent:
1:77e6588be25b
1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lhyr 0:283702b9a078 1 #ifndef START_H
lhyr 0:283702b9a078 2 #define START_H
lhyr 0:283702b9a078 3
lhyr 0:283702b9a078 4 #include "mbed.h"
lhyr 0:283702b9a078 5
lhyr 0:283702b9a078 6
lhyr 0:283702b9a078 7 // include the different header files
lhyr 0:283702b9a078 8
lhyr 2:4fd751cc1af7 9 void select11( int *button_a_flag, int *button_d_flag,int *button_b_flag); //函数声明
lhyr 0:283702b9a078 10
lhyr 0:283702b9a078 11
lhyr 0:283702b9a078 12
lhyr 0:283702b9a078 13
lhyr 0:283702b9a078 14 #endif