micropython-ds3502


Namemicropython-ds3502 JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryMicroPython Driver for the DS3502 Potentiometer
upload_time2023-06-17 14:23:04
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords sensor micropython ds3502 potentiometer resistance variable driver micropython maxim ds3502
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg
    :target: https://micropython.org
    :alt: micropython

.. image:: https://readthedocs.org/projects/micropython-ds3502/badge/?version=latest
    :target: https://micropython-ds3502.readthedocs.io/en/latest/
    :alt: Documentation Status


.. image:: https://img.shields.io/pypi/v/micropython-ds3502.svg
    :alt: latest version on PyPI
    :target: https://pypi.python.org/pypi/micropython-ds3502

.. image:: https://static.pepy.tech/personalized-badge/micropython-ds3502?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-ds3502

.. 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 DS3502 Potentiometer


Installing with mip
====================
To install using mpremote

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_DS3502

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_DS3502


Installing Library Examples
============================

If you want to install library examples:

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_DS3502/examples.json

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_DS3502/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-ds3502/>`_.
To install for current user:

.. code-block:: shell

    pip3 install micropython-ds3502

To install system-wide (this may be required in some cases):

.. code-block:: shell

    sudo pip3 install micropython-ds3502

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-ds3502


Usage Example
=============

Take a look at the examples directory

Documentation
=============
API documentation for this library can be found on `Read the Docs <https://micropython-ds3502.readthedocs.io/en/latest/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "micropython-ds3502",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sensor,micropython,ds3502,potentiometer,resistance,variable,driver,micropython,maxim,ds3502",
    "author": "",
    "author_email": "JDM <xxyx@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bc/c3/03d9ac1eec7ccc15fa0484901570f67e526fc83a5b1e294f8c57e4133d0d/micropython-ds3502-0.1.1.tar.gz",
    "platform": null,
    "description": "Introduction\n============\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://readthedocs.org/projects/micropython-ds3502/badge/?version=latest\n    :target: https://micropython-ds3502.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/pypi/v/micropython-ds3502.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/micropython-ds3502\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-ds3502?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-ds3502\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 DS3502 Potentiometer\n\n\nInstalling with mip\n====================\nTo install using mpremote\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_DS3502\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_DS3502\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_DS3502/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_DS3502/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-ds3502/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install micropython-ds3502\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install micropython-ds3502\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-ds3502\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-ds3502.readthedocs.io/en/latest/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MicroPython Driver for the DS3502 Potentiometer",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/MicroPython_DS3502"
    },
    "split_keywords": [
        "sensor",
        "micropython",
        "ds3502",
        "potentiometer",
        "resistance",
        "variable",
        "driver",
        "micropython",
        "maxim",
        "ds3502"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef4e51f2dbf28825ed18f85a2d30a2d41ac3d1ff729ba79c94a5dc74b8333117",
                "md5": "c5835718790d12e87bd7abbafcbfc8d6",
                "sha256": "3d77b7b2e498fa9a2bba74081c2d9804b09129b2e2223ed47f9e3e5a3773a4bc"
            },
            "downloads": -1,
            "filename": "micropython_ds3502-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5835718790d12e87bd7abbafcbfc8d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3045,
            "upload_time": "2023-06-17T14:23:03",
            "upload_time_iso_8601": "2023-06-17T14:23:03.173016Z",
            "url": "https://files.pythonhosted.org/packages/ef/4e/51f2dbf28825ed18f85a2d30a2d41ac3d1ff729ba79c94a5dc74b8333117/micropython_ds3502-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcc303d9ac1eec7ccc15fa0484901570f67e526fc83a5b1e294f8c57e4133d0d",
                "md5": "ab3b71c8edf6afeabcd1e411e1988aaf",
                "sha256": "200c5f04aa431598929ab96c898507dc1a79d4804caaffbf6a55f5f1737b67c8"
            },
            "downloads": -1,
            "filename": "micropython-ds3502-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ab3b71c8edf6afeabcd1e411e1988aaf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17881,
            "upload_time": "2023-06-17T14:23:04",
            "upload_time_iso_8601": "2023-06-17T14:23:04.671030Z",
            "url": "https://files.pythonhosted.org/packages/bc/c3/03d9ac1eec7ccc15fa0484901570f67e526fc83a5b1e294f8c57e4133d0d/micropython-ds3502-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-17 14:23:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "MicroPython_DS3502",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "micropython-ds3502"
}
        
Elapsed time: 0.22235s