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 1
1
asyncgpio
2
2
=========
3
3
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
5
5
similar embedded computer.
6
6
7
7
It is based on libgpiod and its CFFI adapter by Steven P. Goldsmith
8
8
<
[email protected] >, as downloaded from
9
9
`github <https://github.com/sgjava/userspaceio.git >`_.
10
10
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