ReflexBall Rally
 All Data Structures Files Functions Variables Macros
gameport.h
Go to the documentation of this file.
1 #ifndef _gameport_h_
2 #define _gameport_h_
3 
4 // Public
5 void initGameport();
6 unsigned char getGameportButtons();
7 char readSteeringWheel();
8 
9 // Private
10 unsigned int readADC(unsigned char channel);
11 
12 #endif