2020-06-13 21:20:33 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_GPIOZERO
|
|
|
|
bool "python-gpiozero"
|
|
|
|
depends on BR2_arm
|
2021-04-09 23:12:57 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-colorzero
|
2020-06-13 21:20:33 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_COLORZERO # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_RPI_GPIO # runtime
|
2021-04-09 23:12:58 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
2020-06-13 21:20:33 +02:00
|
|
|
help
|
|
|
|
A simple interface to GPIO devices with Raspberry Pi.
|
|
|
|
|
|
|
|
https://github.com/gpiozero/gpiozero
|