1 =======================================================
2 pxrc - PhoenixRC Flight Controller Adapter
3 =======================================================
5 :Author: Marcus Folkesson <marcus.folkesson@gmail.com>
7 This driver let you use your own RC controller plugged into the
8 adapter that comes with PhoenixRC or other compatible adapters.
10 The adapter supports 7 analog channels and 1 digital input switch.
15 Many RC controllers is able to configure which stick goes to which channel.
16 This is also configurable in most simulators, so a matching is not necessary.
18 The driver is generating the following input event for analog channels:
20 +---------+----------------+
22 +=========+================+
24 +---------+----------------+
26 +---------+----------------+
28 +---------+----------------+
30 +---------+----------------+
32 +---------+----------------+
34 +---------+----------------+
36 +---------+----------------+
38 The digital input switch is generated as an `BTN_A` event.
43 To test this driver's functionality you may use `input-event` which is part of
44 the `input layer utilities` suite [1]_.
49 > input-events <devnr>
51 To print all input events from input `devnr`.
56 .. [1] https://www.kraxel.org/cgit/input/