{ "info": { "author": "Stefan Mavrodiev", "author_email": "support@olimex.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Home Automation", "Topic :: Software Development :: Embedded Systems" ], "description": "This package provides class to control the GPIO on iMX233-OLinuXino.\nCurrent release does no support any peripheral functions.\n\nExample\n=======\n\nTypical usage::\n \n #!/usr/bin/env python\n\n import iMX233_GPIO as GPIO\n\n #init module\n GPIO.init()\n \n #configure module\n GPIO.setinput(GPIO.PIN#)\n GPIO.setoutput(GPIO.PIN#)\n \n #set GPIO high\n GPIO.output(GPIO.PIN#, 1)\n \n #set GPIO low\n GPIO.output(GPIO.PIN#, 0)\n \n #read input\n state = GPIO.input(GPIO.PIN#)\n \nChangelog\n===================================\n * pyiMX233 0.1.0 (2013-04-22)\n * Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.olimex.com/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "iMX233_GPIO", "package_url": "https://pypi.org/project/iMX233_GPIO/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iMX233_GPIO/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.olimex.com/" }, "release_url": "https://pypi.org/project/iMX233_GPIO/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Control GPIOs on iMX233-OLinuXino.", "version": "0.1.0" }, "last_serial": 793167, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "49fefadd21b73fd632369bde633ee949", "sha256": "3fc093d56f9bf4a0eca9f7d1bf23f76732d6b751f1a5979d48d70ae4f44bf34a" }, "downloads": -1, "filename": "iMX233_GPIO-0.1.0.tar.gz", "has_sig": false, "md5_digest": "49fefadd21b73fd632369bde633ee949", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3698, "upload_time": "2013-04-23T06:53:30", "url": "https://files.pythonhosted.org/packages/61/01/bd604dcae95b7365747083e635adec868eb81e6d32bdcffbe2b178ed1560/iMX233_GPIO-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49fefadd21b73fd632369bde633ee949", "sha256": "3fc093d56f9bf4a0eca9f7d1bf23f76732d6b751f1a5979d48d70ae4f44bf34a" }, "downloads": -1, "filename": "iMX233_GPIO-0.1.0.tar.gz", "has_sig": false, "md5_digest": "49fefadd21b73fd632369bde633ee949", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3698, "upload_time": "2013-04-23T06:53:30", "url": "https://files.pythonhosted.org/packages/61/01/bd604dcae95b7365747083e635adec868eb81e6d32bdcffbe2b178ed1560/iMX233_GPIO-0.1.0.tar.gz" } ] }