micropython-bma220


Namemicropython-bma220 JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryMicroPython Driver for the Bosch BMA220 Accelerometer
upload_time2023-08-07 13:34:28
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords sensor micropython bma220 acceleration driver bosch accelerometer gravity slope tap orientation
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-bma220/badge/?version=latest
    :target: https://micropython-bma220.readthedocs.io/en/latest/
    :alt: Documentation Status

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

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

.. 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 Bosch BMA220 Accelerometer


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

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_BMA220

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_BMA220


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

If you want to install library examples:

.. code-block:: shell

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

To install directly using a WIFI capable board

.. code-block:: shell

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

.. code-block:: shell

    pip3 install micropython-bma220

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

.. code-block:: shell

    sudo pip3 install micropython-bma220

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


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

Take a look at the examples directory

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "micropython-bma220",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sensor,micropython,bma220,acceleration,driver,bosch,accelerometer,gravity,slope,tap,orientation",
    "author": "",
    "author_email": "JDM <xxyx@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3d/9f/9339f1a5aade56bf904a5e4dfd3257a9f7811ddda1931bb6ffaf099a5c22/micropython-bma220-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-bma220/badge/?version=latest\n    :target: https://micropython-bma220.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/micropython-bma220.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/micropython-bma220\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-bma220?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-bma220\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 Bosch BMA220 Accelerometer\n\n\nInstalling with mip\n====================\nTo install using mpremote\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_BMA220\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_BMA220\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_BMA220/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_BMA220/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-bma220/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install micropython-bma220\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install micropython-bma220\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-bma220\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-bma220.readthedocs.io/en/latest/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MicroPython Driver for the Bosch BMA220 Accelerometer",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/MicroPython_BMA220"
    },
    "split_keywords": [
        "sensor",
        "micropython",
        "bma220",
        "acceleration",
        "driver",
        "bosch",
        "accelerometer",
        "gravity",
        "slope",
        "tap",
        "orientation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ed961b2b37382212d91fbeab4f87ce9fbfb373f52b089e9100e3f9ea2dce00c",
                "md5": "a49147ab2bc0943dcc6448155744349f",
                "sha256": "155317fa7a8b6b9bab8f8202df7ee99931b87652fa9872d76162bca33ebe1bd3"
            },
            "downloads": -1,
            "filename": "micropython_bma220-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a49147ab2bc0943dcc6448155744349f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18466,
            "upload_time": "2023-08-07T13:34:26",
            "upload_time_iso_8601": "2023-08-07T13:34:26.231549Z",
            "url": "https://files.pythonhosted.org/packages/2e/d9/61b2b37382212d91fbeab4f87ce9fbfb373f52b089e9100e3f9ea2dce00c/micropython_bma220-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d9f9339f1a5aade56bf904a5e4dfd3257a9f7811ddda1931bb6ffaf099a5c22",
                "md5": "4771f477d0c6a18916b95f8c0a44626f",
                "sha256": "0468409fbe061414875b95b6962a307b12376b035b053ea8bf197366276c99e1"
            },
            "downloads": -1,
            "filename": "micropython-bma220-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4771f477d0c6a18916b95f8c0a44626f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25659,
            "upload_time": "2023-08-07T13:34:28",
            "upload_time_iso_8601": "2023-08-07T13:34:28.012505Z",
            "url": "https://files.pythonhosted.org/packages/3d/9f/9339f1a5aade56bf904a5e4dfd3257a9f7811ddda1931bb6ffaf099a5c22/micropython-bma220-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 13:34:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "MicroPython_BMA220",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "micropython-bma220"
}
        
Elapsed time: 0.11128s