pikeyd165 – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ---------------------------------------
2 This is a hacked version of pikeyd,
3 which polls a 24bit joystick interface
4 consisting of 3 74hc165 (option: serial Trackball/mouse/4 channel adc hardware converter)
5  
6 New: Extension mechanism to access
7 special keys (see pikeyd165.conf).
8  
9 Trackball Emulation added. use -smi to disable
10 ---------------------------------------
11  
12  
13  
14  
15 pikeyd 1.0 (Jan 2013)
16 The Universal Raspberry Pi GPIO keyboard daemon.
17 Copyright (C) 2013 Michael Moller.
18 This is free software; see the source for copying conditions. There is NO
19 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20  
21 This daemon uses less than 1% of the RPi CPU.
22 It polls and debounces the configured GPIO inputs,
23 and emits uinput events to simulate the keyboard.
24 Each GPIO contact can emit a sequence of keyboard characters.
25 Configuration is stored in either ~/.pikeyd165.conf or /etc/pikeyd165.conf
26  
27 Usage: pikeyd [option]
28  
29 Options:
30 -d run as daemon
31 -k try to terminate running daemon
32 -v version
33 -smi skip mouse initialisation, no mouse/trackball devices are created
34 -ndb no key debounce
35 -h this help
36