repo.or.cz
/
ardupilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AP_DDS: pre-arm check service
[ardupilot.git]
/
ArduCopter
/
UserVariables.h
blob
cdd02093d293ccad080f80dd9fb2cbf1f5c8af88
1
// user defined variables
2
3
// example variables used in Wii camera testing - replace with your own
4
// variables
5
#ifdef USERHOOK_VARIABLES
6
7
#if WII_CAMERA == 1
8
WiiCamera ircam
;
9
int
WiiRange
=
0
;
10
int
WiiRotation
=
0
;
11
int
WiiDisplacementX
=
0
;
12
int
WiiDisplacementY
=
0
;
13
#endif
// WII_CAMERA
14
15
#endif
// USERHOOK_VARIABLES
16
17