5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 09:28:31 -04:00
ardupilot/ArduCopter/UserVariables.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
388 B
C
Raw Normal View History

2011-10-15 19:29:33 -03:00
// user defined variables
2012-08-16 21:50:03 -03:00
// example variables used in Wii camera testing - replace with your own
// variables
#ifdef USERHOOK_VARIABLES
2011-10-15 19:29:33 -03:00
#if WII_CAMERA == 1
2012-08-16 21:50:03 -03:00
WiiCamera ircam;
int WiiRange=0;
int WiiRotation=0;
int WiiDisplacementX=0;
int WiiDisplacementY=0;
#endif // WII_CAMERA
#endif // USERHOOK_VARIABLES
2011-10-15 19:29:33 -03:00