{ "info": { "author": "Eric Stein", "author_email": "toba@des.truct.org", "bugtrack_url": null, "classifiers": [], "description": "\n\n# What\n\nThis library controls any version of the Robogaia 4 Relay Board (http://www.robogaia.com/4-relays-raspberry-pi-plateshield.html), on any version of the Raspberry Pi, in python, using GPIO. It is likely highly adaptable to other relay boards as well.\n\n# Progress\n\nThis works. It could probably use some tweaks, but it works.\n\n# HOWTO\n\n import time\n import robogaia4relaypy as relay4\n relay4.Board.init(1) # give version of pinout to use\n while True :\n relay4.Board.on(1)\n time.sleep(1)\n relay4.Board.off(1)\n time.sleep(1)\n\n# Which Version?\n\n\n
Raspberry Pi VersionPinout Version\n
Raspberry Pi Model A1\n
Raspberry Pi Model B Revision 11\n
Raspberry Pi Model B Revision 22\n
Raspberry Pi Model B+2\n
\n\n# License\n\nThis is such a small amount of code that it hardly seems to matter, but this software is licensed as GPL 2, GPL 3, or BSD 3-Clause. See the LICENSE file for details.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eastein/robogaia4relaypy/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Robogaia4Relay", "package_url": "https://pypi.org/project/Robogaia4Relay/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Robogaia4Relay/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eastein/robogaia4relaypy/" }, "release_url": "https://pypi.org/project/Robogaia4Relay/0.1/", "requires_dist": null, "requires_python": null, "summary": "Robogaia 4 Relay Python Library", "version": "0.1" }, "last_serial": 1215570, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6fb86bdde397b6e1bff87a6c5388aeba", "sha256": "ebe1094e94855c0b263f7b3e268cd6d0e89db2eebf951618ed4d35d55edd7677" }, "downloads": -1, "filename": "Robogaia4Relay-0.1.tar.gz", "has_sig": false, "md5_digest": "6fb86bdde397b6e1bff87a6c5388aeba", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 1325, "upload_time": "2014-09-07T03:09:37", "url": "https://files.pythonhosted.org/packages/05/af/dcdc7d0f4ffc47b0449ef0b0aa997be0e8768cb34c8c7ce9b8e23b243c88/Robogaia4Relay-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6fb86bdde397b6e1bff87a6c5388aeba", "sha256": "ebe1094e94855c0b263f7b3e268cd6d0e89db2eebf951618ed4d35d55edd7677" }, "downloads": -1, "filename": "Robogaia4Relay-0.1.tar.gz", "has_sig": false, "md5_digest": "6fb86bdde397b6e1bff87a6c5388aeba", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 1325, "upload_time": "2014-09-07T03:09:37", "url": "https://files.pythonhosted.org/packages/05/af/dcdc7d0f4ffc47b0449ef0b0aa997be0e8768cb34c8c7ce9b8e23b243c88/Robogaia4Relay-0.1.tar.gz" } ] }