1config BR2_PACKAGE_PYTHON_GPIOZERO 2 bool "python-gpiozero" 3 depends on BR2_arm 4 select BR2_PACKAGE_PYTHON_COLORZERO # runtime 5 select BR2_PACKAGE_PYTHON_RPI_GPIO # runtime 6 select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime 7 help 8 A simple interface to GPIO devices with Raspberry Pi. 9 10 https://github.com/gpiozero/gpiozero 11