{ "info": { "author": "Markus Sigg", "author_email": "dev.siggie@gmail.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", "Topic :: Home Automation", "Topic :: Software Development :: Embedded Systems" ], "description": "This package provides class to control the GPIO on Cubieboard A10.\n Current release does no support any peripheral functions.\n This package is an apapted version of pyA20 for Olimex's OLinuXino-A20.\n \n Example\n =======\n \n Typical usage::\n \n #!/usr/bin/env python\n \n import A10_GPIO as GPIO\n \n #init module\n GPIO.init()\n \n #configure module\n GPIO.setcfg(GPIO.PD2, GPIO.OUTPUT)\n GPIO.setcfg(GPIO.PD3, GPIO.INPUT)\n \n #read the current GPIO configuration\n config = GPIO.getcfg(GPIO.PD2)\n \n #set GPIO high\n GPIO.output(GPIO.PD2, GPIO.HIGH)\n \n #set GPIO low\n GPIO.output(GPIO.PD2, GPIO.LOW)\n \n #read input\n state = GPIO.input(GPIO.PD3)\n \n #cleanup \n GPIO.cleanup()\n \n \n Warning\n =======\n \n Before using this tool it is HIGHLY RECOMENDED to check Cubieboard \n A10 schematic on http://linux-sunxi.org.\n \n Changelog\n ===================================\n * pyA10_CB 0.1.0 (2014-01-08)\n - Initial release", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://linux-sunxi.org", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyA10_CB", "package_url": "https://pypi.org/project/pyA10_CB/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyA10_CB/", "project_urls": { "Homepage": "http://linux-sunxi.org" }, "release_url": "https://pypi.org/project/pyA10_CB/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Control GPIOs on Cubieboard A10.", "version": "0.1.0" }, "last_serial": 963907, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f5027ca5950f5890ce9f08ae75381d2b", "sha256": "ffd7a0d5726dd2bbc15cefd31a910c24d52ac7c50ceb093cef434bfaabb09001" }, "downloads": -1, "filename": "pyA10_CB-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f5027ca5950f5890ce9f08ae75381d2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6353, "upload_time": "2014-01-08T23:22:37", "url": "https://files.pythonhosted.org/packages/db/90/a04098447263e9d16ee300bab70e07ed09796abb578cb8722ef0b958b7d7/pyA10_CB-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5027ca5950f5890ce9f08ae75381d2b", "sha256": "ffd7a0d5726dd2bbc15cefd31a910c24d52ac7c50ceb093cef434bfaabb09001" }, "downloads": -1, "filename": "pyA10_CB-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f5027ca5950f5890ce9f08ae75381d2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6353, "upload_time": "2014-01-08T23:22:37", "url": "https://files.pythonhosted.org/packages/db/90/a04098447263e9d16ee300bab70e07ed09796abb578cb8722ef0b958b7d7/pyA10_CB-0.1.0.tar.gz" } ] }