diff options
author | Grzegorz Blach <grzegorz@blach.pl> | 2018-09-28 20:00:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-09 15:35:42 +0200 |
commit | f99a1f95c9323b3216ed12d080e800476f3ff91a (patch) | |
tree | a0554dbd2fface6a37fe343e3e750a013e6056e4 /package/python-pigpio/Config.in | |
parent | a3fb16a0ffead163aa2cfec7e561431a346f30c8 (diff) | |
download | buildroot-f99a1f95c9323b3216ed12d080e800476f3ff91a.tar.gz buildroot-f99a1f95c9323b3216ed12d080e800476f3ff91a.zip |
python-pigpio: new package
Pigpio is a Python module for the Raspberry Pi
which talks to the pigpio daemon to allow control
of the general purpose input outputs (GPIO).
http://abyz.co.uk/rpi/pigpio/python.html
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
[Thomas: use proper SPDX license tag]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-pigpio/Config.in')
-rw-r--r-- | package/python-pigpio/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-pigpio/Config.in b/package/python-pigpio/Config.in new file mode 100644 index 0000000000..08c37cb9b2 --- /dev/null +++ b/package/python-pigpio/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_PIGPIO + bool "python-pigpio" + help + Pigpio is a Python module for the Raspberry Pi + which talks to the pigpio daemon to allow control + of the general purpose input outputs (GPIO). + + http://abyz.co.uk/rpi/pigpio/python.html |