Introduction
============
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-pca9685/badge/?version=latest
:target: https://docs.circuitpython.org/projects/pca9685/en/latest/
:alt: Documentation Status
.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
:target: https://adafru.it/discord
:alt: Discord
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/actions/
:alt: Build Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: Black
Driver for the PCA9685, a 16-channel, 12-bit PWM chip
Dependencies
=============
This driver depends on:
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_
* `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register>`_
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
Installing from PyPI
====================
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-pca9685/>`_. To install for current user:
.. code-block:: shell
pip3 install adafruit-circuitpython-pca9685
To install system-wide (this may be required in some cases):
.. code-block:: shell
sudo pip3 install adafruit-circuitpython-pca9685
To install in a virtual environment in your current project:
.. code-block:: shell
mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-pca9685
Usage Example
=============
See examples/pca9685_simpletest.py for a demo of the usage.
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/pca9685/en/latest/>`_.
For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.
Contributing
============
Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/blob/main/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.
Raw data
{
"_id": null,
"home_page": null,
"name": "adafruit-circuitpython-pca9685",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "adafruit, pca9685, motor, stepper, servo, hardware, micropython, circuitpython",
"author": null,
"author_email": "Adafruit Industries <circuitpython@adafruit.com>",
"download_url": "https://files.pythonhosted.org/packages/a4/c1/2a1e4062c64bf42ec1dde7c56c8847cd3c39f817afd30250350a26f6aaa4/adafruit-circuitpython-pca9685-3.4.15.tar.gz",
"platform": null,
"description": "\nIntroduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-pca9685/badge/?version=latest\n :target: https://docs.circuitpython.org/projects/pca9685/en/latest/\n :alt: Documentation Status\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n :target: https://adafru.it/discord\n :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/workflows/Build%20CI/badge.svg\n :target: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/actions/\n :alt: Build Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code Style: Black\n\nDriver for the PCA9685, a 16-channel, 12-bit PWM chip\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_\n* `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register>`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.\n\nInstalling from PyPI\n====================\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI <https://pypi.org/project/adafruit-circuitpython-pca9685/>`_. To install for current user:\n\n.. code-block:: shell\n\n pip3 install adafruit-circuitpython-pca9685\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install adafruit-circuitpython-pca9685\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n mkdir project-name && cd project-name\n python3 -m venv .venv\n source .venv/bin/activate\n pip3 install adafruit-circuitpython-pca9685\n\nUsage Example\n=============\n\nSee examples/pca9685_simpletest.py for a demo of the usage.\n\nDocumentation\n=============\n\nAPI documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/pca9685/en/latest/>`_.\n\nFor information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/blob/main/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CircuitPython driver for motor, stepper, and servo based on PCA9685.",
"version": "3.4.15",
"project_urls": {
"Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_PCA9685"
},
"split_keywords": [
"adafruit",
" pca9685",
" motor",
" stepper",
" servo",
" hardware",
" micropython",
" circuitpython"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c8b874cb910f6e77cc1e4f0b960b56b31b8b669b8ac9a4495e05007ba437b280",
"md5": "1dec119f365306e41df9d0c99fd64a44",
"sha256": "c6bb9d8c204d96b9c4e135573810bb885a58546188be50c81def511d2fc6d415"
},
"downloads": -1,
"filename": "adafruit_circuitpython_pca9685-3.4.15-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1dec119f365306e41df9d0c99fd64a44",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6010,
"upload_time": "2024-03-19T22:08:25",
"upload_time_iso_8601": "2024-03-19T22:08:25.485527Z",
"url": "https://files.pythonhosted.org/packages/c8/b8/74cb910f6e77cc1e4f0b960b56b31b8b669b8ac9a4495e05007ba437b280/adafruit_circuitpython_pca9685-3.4.15-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a4c12a1e4062c64bf42ec1dde7c56c8847cd3c39f817afd30250350a26f6aaa4",
"md5": "443cc090acb44064433ee0723b209da0",
"sha256": "c4b7fbce46992c6f584c5e56abd18bff995ec6a149f9dbb0a425be06ff54853d"
},
"downloads": -1,
"filename": "adafruit-circuitpython-pca9685-3.4.15.tar.gz",
"has_sig": false,
"md5_digest": "443cc090acb44064433ee0723b209da0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28179,
"upload_time": "2024-03-19T22:08:32",
"upload_time_iso_8601": "2024-03-19T22:08:32.210035Z",
"url": "https://files.pythonhosted.org/packages/a4/c1/2a1e4062c64bf42ec1dde7c56c8847cd3c39f817afd30250350a26f6aaa4/adafruit-circuitpython-pca9685-3.4.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-19 22:08:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adafruit",
"github_project": "Adafruit_CircuitPython_PCA9685",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "adafruit-circuitpython-pca9685"
}