micropython-h3lis200dl


Namemicropython-h3lis200dl JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryMicropython Driver for the ST H3LIS200DL Accelerometer
upload_time2023-08-07 13:40:10
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords sensor micropython h3lis200dl aceleration micropython gravity accelerometer h3lis200dl
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-h3lis200dl/badge/?version=latest
    :target: https://micropython-h3lis200dl.readthedocs.io/en/latest/
    :alt: Documentation Status

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

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

.. 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 ST H3LIS200DL Accelerometer

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

To install using mpremote

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_H3LIS200DL

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_H3LIS200DL


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

If you want to install library examples:

.. code-block:: shell

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

To install directly using a WIFI capable board

.. code-block:: shell

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

.. code-block:: shell

    pip3 install micropython-h3lis200dl

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

.. code-block:: shell

    sudo pip3 install micropython-h3lis200dl

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


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

Take a look at the examples directory

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "micropython-h3lis200dl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sensor,micropython,h3lis200dl,aceleration,Micropython,gravity,accelerometer,H3LIS200DL",
    "author": "",
    "author_email": "JDM <xxyx@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f8/22/c8389288f84588065ae368fa706597ebf7aa4fc46db141b774f3fd27a5f5/micropython-h3lis200dl-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-h3lis200dl/badge/?version=latest\n    :target: https://micropython-h3lis200dl.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/micropython-h3lis200dl.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/micropython-h3lis200dl\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-h3lis200dl?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-h3lis200dl\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 ST H3LIS200DL Accelerometer\n\nInstalling with mip\n====================\n\nTo install using mpremote\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_H3LIS200DL\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_H3LIS200DL\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_H3LIS200DL/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_H3LIS200DL/examples.json\n\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-h3lis200dl/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install micropython-h3lis200dl\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install micropython-h3lis200dl\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-h3lis200dl\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-h3lis200dl.readthedocs.io/en/latest/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Micropython Driver for the ST H3LIS200DL Accelerometer",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/MicroPython_H3LIS200DL"
    },
    "split_keywords": [
        "sensor",
        "micropython",
        "h3lis200dl",
        "aceleration",
        "micropython",
        "gravity",
        "accelerometer",
        "h3lis200dl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8ad3bd18170de592d97e4eaf810658fd0003916b634bd5ed04c62153054e7cc",
                "md5": "e3ab9b3bfcca97413cf6b516efe5ea0d",
                "sha256": "7fb9c98b5b8e1fdc117c0e8190f8cb2608c80921cb5c984b6f636d3b9149c128"
            },
            "downloads": -1,
            "filename": "micropython_h3lis200dl-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3ab9b3bfcca97413cf6b516efe5ea0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9001,
            "upload_time": "2023-08-07T13:40:09",
            "upload_time_iso_8601": "2023-08-07T13:40:09.316999Z",
            "url": "https://files.pythonhosted.org/packages/a8/ad/3bd18170de592d97e4eaf810658fd0003916b634bd5ed04c62153054e7cc/micropython_h3lis200dl-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f822c8389288f84588065ae368fa706597ebf7aa4fc46db141b774f3fd27a5f5",
                "md5": "9a3240c033e3e6d957d44b3e8c224652",
                "sha256": "9e6e2f395f75a277b5d722f60dc7f16ccf6b6df6120ec905ffc84c2ed56dc6de"
            },
            "downloads": -1,
            "filename": "micropython-h3lis200dl-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9a3240c033e3e6d957d44b3e8c224652",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19823,
            "upload_time": "2023-08-07T13:40:10",
            "upload_time_iso_8601": "2023-08-07T13:40:10.907464Z",
            "url": "https://files.pythonhosted.org/packages/f8/22/c8389288f84588065ae368fa706597ebf7aa4fc46db141b774f3fd27a5f5/micropython-h3lis200dl-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 13:40:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "MicroPython_H3LIS200DL",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "micropython-h3lis200dl"
}
        
Elapsed time: 0.10242s