File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11asyncgpio
22=========
33
4- Trio-GPIO allows easy access to the GPIO pins on your Raspberry Pi or
4+ AsyncGPIO allows easy access to the GPIO pins on your Raspberry Pi or
55similar embedded computer.
66
77It is based on libgpiod and its CFFI adapter by Steven P. Goldsmith
88<sgjava@gmail.com>, as downloaded from
99`github <https://github.com/sgjava/userspaceio.git >`_.
1010
11+ Testing AsyncGPIO requires a Linux distribution that enables the mock-GPIO module.
12+ As of mid-2020, Debian's kernel does not include this module, but Raspbian's does.
13+
14+ If you can compile your own kernel: the option is named CONFIG_GPIO_MOCKUP,
15+ in Device Drivers / GPIO support / Memory mapped GPIO drivers / GPIO
16+ Testing Driver.
17+
18+ Writing an actual test suite is TODO. There is a more elaborate test script
19+ in `DistKV-GPIO <https://github.com/smurfix/distgpio >`_.
You can’t perform that action at this time.
0 commit comments