{ "info": { "author": "LH", "author_email": "luv4rice@ymail.com", "bugtrack_url": null, "classifiers": [], "description": "This package provides class to control the GPIO on Olinuxino Maxi.\n Current release does no support any peripheral functions.\n \n Example\n =======\n \n Typical 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.setcfg(GPIO.PIN#, GPIO.OUT)\n GPIO.setcfg(GPIO.PIN#, GPIO.IN)\n \n #read the current GPIO configuration\n config = GPIO.getcfg(GPIO.PIN#)\n \n #set GPIO high\n GPIO.output(GPIO.PIN#, GPIO.HIGH)\n \n #set GPIO low\n GPIO.output(GPIO.PIN#, GPIO.LOW)\n \n #read input\n state = GPIO.input(GPIO.PIN#)\n \n #cleanup \n GPIO.cleanup()\n \n Warning\n =======", "description_content_type": null, "docs_url": null, "download_url": null, "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": "pyIMX233", "package_url": "https://pypi.org/project/pyIMX233/", "platform": null, "project_url": "https://pypi.org/project/pyIMX233/", "project_urls": { "Homepage": "https://www.olimex.com/" }, "release_url": "https://pypi.org/project/pyIMX233/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Control GPIOs on OLinuXino-Maxi.", "version": "0.0.1" }, "last_serial": 796907, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2447fee8fa99c55375e19c5ef5a2ab67", "sha256": "cd78286bf7dbdfa99707d93e23faf393c54924cf5675a840d953db636cfacd4f" }, "downloads": -1, "filename": "pyIMX233-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2447fee8fa99c55375e19c5ef5a2ab67", "packagetype": "bdist_dumb", "python_version": "2.7", "requires_python": null, "size": 5926, "upload_time": "2013-04-27T16:23:43", "url": "https://files.pythonhosted.org/packages/df/ca/8e6ae71fbc021036e5e6d9a502f3b43cb896c9f90f43d728099ab62466e1/pyIMX233-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2447fee8fa99c55375e19c5ef5a2ab67", "sha256": "cd78286bf7dbdfa99707d93e23faf393c54924cf5675a840d953db636cfacd4f" }, "downloads": -1, "filename": "pyIMX233-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2447fee8fa99c55375e19c5ef5a2ab67", "packagetype": "bdist_dumb", "python_version": "2.7", "requires_python": null, "size": 5926, "upload_time": "2013-04-27T16:23:43", "url": "https://files.pythonhosted.org/packages/df/ca/8e6ae71fbc021036e5e6d9a502f3b43cb896c9f90f43d728099ab62466e1/pyIMX233-0.0.1.tar.gz" } ] }