11

Dependencies:   mbed N5110 Joystick

Committer:
lhyr
Date:
Fri Apr 09 07:00:20 2021 +0000
Revision:
1:77e6588be25b
Parent:
0:283702b9a078
Child:
2:4fd751cc1af7
111

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 1:77e6588be25b 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