{ "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", "Topic :: Home Automation", "Topic :: Software Development :: Embedded Systems" ], "description": "This package provides class to control the GPIO on Olinuxino A10S.\nCurrent release does no support any peripheral functions.\n\nExample\n=======\n\nTypical usage::\n \n #!/usr/bin/env python\n\n import A10S_GPIO as GPIO\n\n #init module\n GPIO.init()\n \n #configure module\n GPIO.setcfg(GPIO.PIN#, GPIO.OUTPUT)\n GPIO.setcfg(GPIO.PIN#, GPIO.INPUT)\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\nWarning\n=======\n\n Before using this tool it is HIGHLY RECOMENDED to check Olinuxino \n A10S schematic. \n\nChangelog\n===================================\n * pyA10S 0.1.0 (2013-05-03)\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": "pyA10S", "package_url": "https://pypi.org/project/pyA10S/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyA10S/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.olimex.com/" }, "release_url": "https://pypi.org/project/pyA10S/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Control GPIOs on OLinuXino-A10S.", "version": "0.1.2" }, "last_serial": 796886, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2ce9de21d6188fb0b4288b6bde4f45a4", "sha256": "9f78ac598da7e5b722c871926eb3ab7ddfcb01c7c3886c9bee7a1dac3657c062" }, "downloads": -1, "filename": "pyA10S-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2ce9de21d6188fb0b4288b6bde4f45a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6350, "upload_time": "2013-05-03T10:42:23", "url": "https://files.pythonhosted.org/packages/6f/06/ec033378e2ed81a2ee7cd6116f26e6eb4d17486bd65cd32c0fd14f23ddf1/pyA10S-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5c56e6aee7dafb86b97cf7bf66e2fdcb", "sha256": "cfd0ec5bcdcca669172077384d86c39e4f2f33ba3d463d192b2bb22070c9b203" }, "downloads": -1, "filename": "pyA10S-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5c56e6aee7dafb86b97cf7bf66e2fdcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6340, "upload_time": "2013-05-03T11:58:45", "url": "https://files.pythonhosted.org/packages/57/07/db4db343c1e9c0204ed9f82c2150701180a81f219f37ceb485ae6b5777f2/pyA10S-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5c56e6aee7dafb86b97cf7bf66e2fdcb", "sha256": "cfd0ec5bcdcca669172077384d86c39e4f2f33ba3d463d192b2bb22070c9b203" }, "downloads": -1, "filename": "pyA10S-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5c56e6aee7dafb86b97cf7bf66e2fdcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6340, "upload_time": "2013-05-03T11:58:45", "url": "https://files.pythonhosted.org/packages/57/07/db4db343c1e9c0204ed9f82c2150701180a81f219f37ceb485ae6b5777f2/pyA10S-0.1.2.tar.gz" } ] }