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