{ "info": { "author": "Psuedohim", "author_email": "8im8yhq1zatd@opayq.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# l298n Module\nThis module is designed to be used with two GPIO pins on the Raspberry Pi.\n\n## Usage\nFirst, create an instance of l298n using 2 pin numbers from the board as \nattributes. Use the GPIO number as opposed to the board number.\n\n```python\nfrom l298n import l298n\nmotor = l298n(2, 3)\n```\n\nThen, using methods from l298n, a motor can be activated in the desired direction.\n```python\nmotor.forwards()\nmotor.backwards()\nmotor.stop()\n```\n\n## Contributions\nIf you see areas for improvement in this module, please submit an issue or \nfeel free to email me. All contributions are welcome.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Psuedohim/l298n", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "l298n", "package_url": "https://pypi.org/project/l298n/", "platform": "", "project_url": "https://pypi.org/project/l298n/", "project_urls": { "Homepage": "https://github.com/Psuedohim/l298n" }, "release_url": "https://pypi.org/project/l298n/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A module to assist in controlling an L298N H-Bridge motor driver.", "version": "0.0.1" }, "last_serial": 4216882, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9fc12df2c54dc0eb570e2502a1258801", "sha256": "d5035256354b1cdcc0f9c7838afc27240d5218d3b15a0bb497da67b53fc3895e" }, "downloads": -1, "filename": "l298n-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9fc12df2c54dc0eb570e2502a1258801", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1651, "upload_time": "2018-08-28T22:13:25", "url": "https://files.pythonhosted.org/packages/f4/73/5114ee8beccf00ec10007cccd1f62b467eb466ed673c902167a01346e97c/l298n-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fc12df2c54dc0eb570e2502a1258801", "sha256": "d5035256354b1cdcc0f9c7838afc27240d5218d3b15a0bb497da67b53fc3895e" }, "downloads": -1, "filename": "l298n-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9fc12df2c54dc0eb570e2502a1258801", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1651, "upload_time": "2018-08-28T22:13:25", "url": "https://files.pythonhosted.org/packages/f4/73/5114ee8beccf00ec10007cccd1f62b467eb466ed673c902167a01346e97c/l298n-0.0.1.tar.gz" } ] }