Introduction
============
.. image:: https://readthedocs.org/projects/micropython-pca9685/badge/?version=latest
:target: https://micropython-pca9685.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg
:target: https://micropython.org
:alt: micropython
.. image:: https://img.shields.io/pypi/v/micropython-pca9685.svg
:alt: latest version on PyPI
:target: https://pypi.python.org/pypi/micropython-pca9685
.. image:: https://static.pepy.tech/personalized-badge/micropython-pca9685?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads
:alt: Total PyPI downloads
:target: https://pepy.tech/project/micropython-pca9685
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: Black
MicroPython Driver for the PCA9685
This include the a servo helper. The servo helper is taken from the
adafruit_circuitpython_motor library and adapted to MicroPython.
If you are interested in a great MicroPython PCA9685 library take a look at
https://github.com/pappavis/micropython-pca9685
Installing with mip
====================
To install using mpremote
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_PCA9685
To install directly using a WIFI capable board
.. code-block:: shell
mip install github:jposada202020/MicroPython_PCA9685
Installing Library Examples
============================
If you want to install library examples:
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_PCA9685/examples.json
To install directly using a WIFI capable board
.. code-block:: shell
mip install github:jposada202020/MicroPython_PCA9685/examples.json
Installing from PyPI
=====================
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/micropython-pca9685/>`_.
To install for current user:
.. code-block:: shell
pip3 install micropython-pca9685
To install system-wide (this may be required in some cases):
.. code-block:: shell
sudo pip3 install micropython-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 .env/bin/activate
pip3 install micropython-pca9685
Usage Example
=============
Take a look at the examples directory
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://micropython-pca9685.readthedocs.io/en/latest/>`_.
Raw data
{
"_id": null,
"home_page": "",
"name": "micropython-pca9685",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "sensor,micropython,pca9685,micropython,driver,pca9685",
"author": "",
"author_email": "JDM <xxyx@mailmeto.mozmail.com>",
"download_url": "https://files.pythonhosted.org/packages/83/56/c8b030b3489bee73f4cfdc214dd0c1a149b44336512bca2c1342b1358eff/micropython-pca9685-0.1.0.tar.gz",
"platform": null,
"description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/micropython-pca9685/badge/?version=latest\n :target: https://micropython-pca9685.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg\n :target: https://micropython.org\n :alt: micropython\n\n.. image:: https://img.shields.io/pypi/v/micropython-pca9685.svg\n :alt: latest version on PyPI\n :target: https://pypi.python.org/pypi/micropython-pca9685\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-pca9685?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads\n :alt: Total PyPI downloads\n :target: https://pepy.tech/project/micropython-pca9685\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\nMicroPython Driver for the PCA9685\nThis include the a servo helper. The servo helper is taken from the\nadafruit_circuitpython_motor library and adapted to MicroPython.\n\nIf you are interested in a great MicroPython PCA9685 library take a look at\nhttps://github.com/pappavis/micropython-pca9685\n\n\n\nInstalling with mip\n====================\nTo install using mpremote\n\n.. code-block:: shell\n\n mpremote mip install github:jposada202020/MicroPython_PCA9685\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip install github:jposada202020/MicroPython_PCA9685\n\n\nInstalling Library Examples\n============================\n\nIf you want to install library examples:\n\n.. code-block:: shell\n\n mpremote mip install github:jposada202020/MicroPython_PCA9685/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip install github:jposada202020/MicroPython_PCA9685/examples.json\n\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/micropython-pca9685/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n pip3 install micropython-pca9685\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install micropython-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 .env/bin/activate\n pip3 install micropython-pca9685\n\n\nUsage Example\n=============\n\nTake a look at the examples directory\n\nDocumentation\n=============\nAPI documentation for this library can be found on `Read the Docs <https://micropython-pca9685.readthedocs.io/en/latest/>`_.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "MicroPython Driver for the PCA9685",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/jposada202020/MicroPython_PCA9685"
},
"split_keywords": [
"sensor",
"micropython",
"pca9685",
"micropython",
"driver",
"pca9685"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "20a99992b7b3ee10a8e9007ad822f7f8dbaa3c3b1efecb74547e451f529639d0",
"md5": "828cbf59cab986751612e4e47a7289de",
"sha256": "116eb8c92043f9631cb654e3a45b7c4e472d17658a88deeb3c3068230fa300b6"
},
"downloads": -1,
"filename": "micropython_pca9685-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "828cbf59cab986751612e4e47a7289de",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 10161,
"upload_time": "2023-07-06T02:59:25",
"upload_time_iso_8601": "2023-07-06T02:59:25.347628Z",
"url": "https://files.pythonhosted.org/packages/20/a9/9992b7b3ee10a8e9007ad822f7f8dbaa3c3b1efecb74547e451f529639d0/micropython_pca9685-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8356c8b030b3489bee73f4cfdc214dd0c1a149b44336512bca2c1342b1358eff",
"md5": "f64321bace40797336e35038f7422df6",
"sha256": "9952d2bb54c1ac9ca919dce941d5efd0c99b4d20eccd30552170cb7a1d671a54"
},
"downloads": -1,
"filename": "micropython-pca9685-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f64321bace40797336e35038f7422df6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21093,
"upload_time": "2023-07-06T02:59:26",
"upload_time_iso_8601": "2023-07-06T02:59:26.808349Z",
"url": "https://files.pythonhosted.org/packages/83/56/c8b030b3489bee73f4cfdc214dd0c1a149b44336512bca2c1342b1358eff/micropython-pca9685-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-06 02:59:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jposada202020",
"github_project": "MicroPython_PCA9685",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "micropython-pca9685"
}