micropython-tcs3430


Namemicropython-tcs3430 JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryMicroPython driver for the AMS TCS3430 Color and ALS sensor
upload_time2023-06-29 23:20:18
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords sensor micropython tcs3430 sensor als color tcs3430 ams driver micropython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


.. image:: https://readthedocs.org/projects/micropython-tcs3430/badge/?version=latest
    :target: https://micropython-tcs3430.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-tcs3430.svg
    :alt: latest version on PyPI
    :target: https://pypi.python.org/pypi/micropython-tcs3430

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

.. 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 AMS TCS3430 Color and ALS sensor


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

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_TCS3430

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_TCS3430


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

If you want to install library examples:

.. code-block:: shell

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

To install directly using a WIFI capable board

.. code-block:: shell

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

.. code-block:: shell

    pip3 install micropython-tcs3430

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

.. code-block:: shell

    sudo pip3 install micropython-tcs3430

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


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

Take a look at the examples directory

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "micropython-tcs3430",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sensor,micropython,tcs3430,sensor,als,color,tcs3430,ams,driver,micropython",
    "author": "",
    "author_email": "JDM <xxyx@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/44/c9/8cc5db6e1c079490d96a9af8303d103d046cff3005ba2d7f3c422647d4dc/micropython-tcs3430-0.1.0.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/micropython-tcs3430/badge/?version=latest\n    :target: https://micropython-tcs3430.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-tcs3430.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/micropython-tcs3430\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-tcs3430?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-tcs3430\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 AMS TCS3430 Color and ALS sensor\n\n\nInstalling with mip\n====================\nTo install using mpremote\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_TCS3430\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_TCS3430\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_TCS3430/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_TCS3430/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-tcs3430/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install micropython-tcs3430\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install micropython-tcs3430\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-tcs3430\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-tcs3430.readthedocs.io/en/latest/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MicroPython driver for the AMS TCS3430 Color and ALS sensor",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/MicroPython_TCS3430"
    },
    "split_keywords": [
        "sensor",
        "micropython",
        "tcs3430",
        "sensor",
        "als",
        "color",
        "tcs3430",
        "ams",
        "driver",
        "micropython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f497a8fc45f24f0cff16976522eb5719d29a6b1720a3f50b952be026c357f641",
                "md5": "e3c0894db67efecf4f3b9cd9e422a227",
                "sha256": "01b73027c11b7931323f7105a2e5b399bfb4c71b9f92026b4c99a03355a4bc94"
            },
            "downloads": -1,
            "filename": "micropython_tcs3430-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3c0894db67efecf4f3b9cd9e422a227",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6946,
            "upload_time": "2023-06-29T23:20:16",
            "upload_time_iso_8601": "2023-06-29T23:20:16.387837Z",
            "url": "https://files.pythonhosted.org/packages/f4/97/a8fc45f24f0cff16976522eb5719d29a6b1720a3f50b952be026c357f641/micropython_tcs3430-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44c98cc5db6e1c079490d96a9af8303d103d046cff3005ba2d7f3c422647d4dc",
                "md5": "432c643d78a986d164e4dca40ef29842",
                "sha256": "beef234424b107f70a3f1d2f348ff83db9cb8143349665199963a407ffa35a55"
            },
            "downloads": -1,
            "filename": "micropython-tcs3430-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "432c643d78a986d164e4dca40ef29842",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18264,
            "upload_time": "2023-06-29T23:20:18",
            "upload_time_iso_8601": "2023-06-29T23:20:18.303058Z",
            "url": "https://files.pythonhosted.org/packages/44/c9/8cc5db6e1c079490d96a9af8303d103d046cff3005ba2d7f3c422647d4dc/micropython-tcs3430-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-29 23:20:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "MicroPython_TCS3430",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "micropython-tcs3430"
}
        
Elapsed time: 0.08853s