ardupilot/ArduCopter/UserVariables.h

20 lines
467 B
C
Raw Normal View History

/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
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