ReflexBall Rally
 All Data Structures Files Functions Variables Macros
buttons.h
Go to the documentation of this file.
1 #ifndef _buttons_h_
2 #define _buttons_h_
3 
4 // Public
5 void initButtons();
6 unsigned char readButtons();
7 unsigned char readkey();
8 
9 #endif