micropython-stts22h


Namemicropython-stts22h JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryMicroPython Driver for the STTS22H Temperature Sensor
upload_time2023-08-07 13:45:32
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords sensor stts22h temperature sensor st micropython celsius
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-stts22h/badge/?version=latest
    :target: https://micropython-stts22h.readthedocs.io/en/latest/
    :alt: Documentation Status


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

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

.. 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 STTS22H Temperature Sensor

Installing with mip
====================

To install using mpremote

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_STTS22H

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_STTS22H


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

If you want to install library examples:

.. code-block:: shell

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

To install directly using a WIFI capable board

.. code-block:: shell

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

.. code-block:: shell

    pip3 install micropython-stts22h

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

.. code-block:: shell

    sudo pip3 install micropython-stts22h

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


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

Take a look at the examples directory

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "micropython-stts22h",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sensor,stts22h,temperature,sensor,st,micropython,celsius",
    "author": "",
    "author_email": "JDM <xxyx@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/31/9e/735cb8f4fbbc38d143345c039668709225f0caadc33bec60c16c642724e9/micropython-stts22h-0.1.2.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-stts22h/badge/?version=latest\n    :target: https://micropython-stts22h.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/pypi/v/micropython-stts22h.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/micropython-stts22h\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-stts22h?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-stts22h\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 STTS22H Temperature Sensor\n\nInstalling with mip\n====================\n\nTo install using mpremote\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_STTS22H\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_STTS22H\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_STTS22H/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_STTS22H/examples.json\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-stts22h/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install micropython-stts22h\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install micropython-stts22h\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-stts22h\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-stts22h.readthedocs.io/en/latest/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MicroPython Driver for the STTS22H Temperature Sensor",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/MicroPython_STTS22H"
    },
    "split_keywords": [
        "sensor",
        "stts22h",
        "temperature",
        "sensor",
        "st",
        "micropython",
        "celsius"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9851684da1ecf59c6ee2c6922609360d281ce9db175cdab3c544145c6ad19b3b",
                "md5": "b7b530e97127046f741bab9e38359067",
                "sha256": "c97b1cc53b0fe02bc19a3765ccb8d4f5137f1f1347e0247cfdbdcaca97205e23"
            },
            "downloads": -1,
            "filename": "micropython_stts22h-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7b530e97127046f741bab9e38359067",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6405,
            "upload_time": "2023-08-07T13:45:30",
            "upload_time_iso_8601": "2023-08-07T13:45:30.950242Z",
            "url": "https://files.pythonhosted.org/packages/98/51/684da1ecf59c6ee2c6922609360d281ce9db175cdab3c544145c6ad19b3b/micropython_stts22h-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "319e735cb8f4fbbc38d143345c039668709225f0caadc33bec60c16c642724e9",
                "md5": "ab47d72776c2c5710b502d80e50d1b28",
                "sha256": "f97a64b910ae4e523bd4403307a0b8c17ae94fb34c5b0a8700365b1b7f9bdd7f"
            },
            "downloads": -1,
            "filename": "micropython-stts22h-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ab47d72776c2c5710b502d80e50d1b28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16565,
            "upload_time": "2023-08-07T13:45:32",
            "upload_time_iso_8601": "2023-08-07T13:45:32.624283Z",
            "url": "https://files.pythonhosted.org/packages/31/9e/735cb8f4fbbc38d143345c039668709225f0caadc33bec60c16c642724e9/micropython-stts22h-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 13:45:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "MicroPython_STTS22H",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "micropython-stts22h"
}
        
Elapsed time: 0.11001s