forked from ArduPilot/MAVProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ceafe35
commit 6973ebb
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
MAVProxy/modules/mavproxy_joystick/joysticks/SparkFun Pro Micro.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
description: > | ||
SUMD -> Joystick adapter using SparkFun Pro Micro AtMega 32u4 | ||
match: | ||
- '*SparkFun Pro Micro*' | ||
|
||
controls: | ||
- channel: 1 | ||
type: axis | ||
id: 0 | ||
- channel: 2 | ||
type: axis | ||
id: 1 | ||
- channel: 3 | ||
type: axis | ||
id: 2 | ||
- channel: 4 | ||
type: axis | ||
id: 3 | ||
- channel: 5 | ||
type: axis | ||
id: 4 | ||
- channel: 6 | ||
type: axis | ||
id: 5 | ||
- channel: 7 | ||
type: axis | ||
id: 6 | ||
- channel: 8 | ||
type: axis | ||
id: 7 | ||
|