Skip to content

Commit

Permalink
joystick: improve USB adapter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tridgell committed Feb 16, 2013
1 parent c82974e commit bd01f8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/mavproxy_joystick.py
Expand Up @@ -24,11 +24,11 @@ def __init__(self):
'CarolBox USB*': 'CarolBox USB*':
# http://www.hobbyking.com/hobbyking/store/__13597__USB_Simulator_Cable_XTR_AeroFly_FMS.html # http://www.hobbyking.com/hobbyking/store/__13597__USB_Simulator_Cable_XTR_AeroFly_FMS.html
# has 6 usable axes. This assumes mode 1 # has 6 usable axes. This assumes mode 1
[(3, -500, 1500), [(3, 500, 1500),
(0, -500, 1500), (0, 500, 1500),
(1, 500, 1500), (1, 700, 1500),
(4, 500, 1500), (4, 500, 1500),
None, (5, 500, 1500),
None, None,
(2, 500, 1500), (2, 500, 1500),
(5, 500, 1500)], (5, 500, 1500)],
Expand Down

0 comments on commit bd01f8d

Please sign in to comment.