{ "info": { "author": "Hyeonki Hong", "author_email": "hhk7734@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: System :: Hardware" ], "description": "# Odroid.GPIO\n\n## Installation\n\n```bash\n$ sudo apt install -y python3-pip &&\\\n python3 -m pip install -U pip setuptools\n```\n\n```bash\n$ python3 -m pip install -U Odroid.GPIO\n```\n\n## Example\n\n```python\nimport Odroid.GPIO as GPIO\n# You can also use 'import RPi.GPIO as GPIO'.\nimport time\n\n'''\nGPIO.BCM == GPIO.SOC\nGPIO.BOARD\nGPIO.WIRINGPI\n'''\nGPIO.setmode(GPIO.BOARD)\n\nprint(\" BOARD \")\nprint(\" 1 | 2\")\nprint(\" 3 | 4\")\nprint(\" 5 | 6\")\nprint(\" 7 | 8\")\nprint(\" 9 | 10\")\nprint(\" 11 | 12\")\nprint(\" 13 | 14\")\nprint(\" 15 | 16\")\nprint(\" 17 | 18\")\nprint(\" 19 | 20\")\nprint(\" 21 | 22\")\nprint(\" 23 | 24\")\nprint(\" 25 | 26\")\nprint(\" 27 | 28\")\nprint(\" 29 | 30\")\nprint(\" 31 | 32\")\nprint(\" 33 | 34\")\nprint(\" 35 | 36\")\nprint(\" 37 | 38\")\nprint(\" 39 | 40\")\n\nGPIO.setup(35, GPIO.OUT)\n\nwhile True:\n GPIO.output(35, GPIO.HIGH)\n time.sleep(1)\n GPIO.output(35, GPIO.LOW)\n time.sleep(1)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hhk7734/odroid_gpio", "keywords": "Odroid,GPIO", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Odroid.GPIO", "package_url": "https://pypi.org/project/Odroid.GPIO/", "platform": "", "project_url": "https://pypi.org/project/Odroid.GPIO/", "project_urls": { "Homepage": "https://github.com/hhk7734/odroid_gpio", "Source": "https://github.com/hhk7734/odroid_gpio" }, "release_url": "https://pypi.org/project/Odroid.GPIO/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "A module to control Odroid GPIO channels", "version": "0.0.3" }, "last_serial": 5741281, "releases": { "0.0.1b0": [ { "comment_text": "", "digests": { "md5": "dc9191e03d00028cc8f15a3fc7506c0d", "sha256": "d3baaf0ba067568f7fb849a56466dfad4d8cc9ed238f1811e563e3cd67fbc117" }, "downloads": -1, "filename": "Odroid.GPIO-0.0.1b0.tar.gz", "has_sig": false, "md5_digest": "dc9191e03d00028cc8f15a3fc7506c0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351, "upload_time": "2019-08-21T08:34:23", "url": "https://files.pythonhosted.org/packages/eb/3e/518243ee7e8e187bb5d4d6fc93f5e08f1faf0d231887e7777b3369a514f2/Odroid.GPIO-0.0.1b0.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6d0210d9ffa034bfe1ecebfe34926616", "sha256": "c8b86a83614e3a905ac49f29f851e328d1110d3d11d93d12a82c3fc6f164dc8f" }, "downloads": -1, "filename": "Odroid.GPIO-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6d0210d9ffa034bfe1ecebfe34926616", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4377, "upload_time": "2019-08-22T12:39:44", "url": "https://files.pythonhosted.org/packages/e0/23/298dc79c9d8b0cd2dfaaec1fe8cc2b2354f3eb4ebaa8f624f61f112c8eab/Odroid.GPIO-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0f62aa87d589f609766cb26fecf83038", "sha256": "adc671928c39d265c21dc4f154860476720a13e2b7feff7ffaaf31f8bd89091e" }, "downloads": -1, "filename": "Odroid.GPIO-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0f62aa87d589f609766cb26fecf83038", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8334, "upload_time": "2019-08-28T08:18:06", "url": "https://files.pythonhosted.org/packages/79/c5/97d0e96155f984523c7f09d6717b71ebdd33e125a5d3a142724f2ed02757/Odroid.GPIO-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f62aa87d589f609766cb26fecf83038", "sha256": "adc671928c39d265c21dc4f154860476720a13e2b7feff7ffaaf31f8bd89091e" }, "downloads": -1, "filename": "Odroid.GPIO-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0f62aa87d589f609766cb26fecf83038", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8334, "upload_time": "2019-08-28T08:18:06", "url": "https://files.pythonhosted.org/packages/79/c5/97d0e96155f984523c7f09d6717b71ebdd33e125a5d3a142724f2ed02757/Odroid.GPIO-0.0.3.tar.gz" } ] }