USB Device - Joystick/Mouse  1.0
joystick.h
Go to the documentation of this file.
1 #ifndef _JOYSTICK_H_
2 #define _JOYSTICK_H_
3 
4 #define JOY_STEP (15)
5 
6 void initJoystick();
7 void getMove();
8 
9 #endif //_JOYSTICK_H_
void getMove()
Definition: joystick.cpp:77
void initJoystick()
Definition: joystick.cpp:9