brewco/keyboard.h

changeset 441
bde74a8f2ad7
parent 435
4b1ed6897d80
child 451
2247970de278
equal deleted inserted replaced
440:8df3252b688f 441:bde74a8f2ad7
21 #define KEY_RETURN 3 21 #define KEY_RETURN 3
22 #define KEY_ENTER 4 22 #define KEY_ENTER 4
23 #define KEY_ALL 99 23 #define KEY_ALL 99
24 24
25 25
26 int keywait(void);
26 int keycheck(void); 27 int keycheck(void);
27 28
28 #ifdef HAVE_WIRINGPI_H 29 #ifdef HAVE_WIRINGPI_H
29 PI_THREAD (my_panel_loop); 30 PI_THREAD (my_keyboard_loop);
30 #else 31 #else
31 void *my_panel_loop(void *); 32 void *my_keyboard_loop(void *);
32 #endif 33 #endif
33 34
34 #endif 35 #endif

mercurial