Name | micropython-kx132 JSON |
Version |
0.1.2
JSON |
| download |
home_page | |
Summary | MicroPython Driver for the Kionix KX132 Accelerometer |
upload_time | 2023-08-07 13:53:45 |
maintainer | |
docs_url | None |
author | |
requires_python | |
license | MIT |
keywords |
sensor
micropython
kx132
acceleration
|
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-kx132/badge/?version=latest
:target: https://micropython-kx132.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/micropython-kx132.svg
:alt: latest version on PyPI
:target: https://pypi.python.org/pypi/micropython-kx132
.. image:: https://static.pepy.tech/personalized-badge/micropython-kx132?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-kx132
.. 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 Kionix KX132 Accelerometer
Installing with mip
====================
To install using mpremote
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_KX132
To install directly using a WIFI capable board
.. code-block:: shell
mip install github:jposada202020/MicroPython_KX132
Installing Library Examples
============================
If you want to install library examples:
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_KX132/examples.json
To install directly using a WIFI capable board
.. code-block:: shell
mip install github:jposada202020/MicroPython_KX132/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-kx132/>`_.
To install for current user:
.. code-block:: shell
pip3 install micropython-kx132
To install system-wide (this may be required in some cases):
.. code-block:: shell
sudo pip3 install micropython-kx132
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-kx132
Usage Example
=============
Take a look at the examples directory
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://micropython-kx132.readthedocs.io/>`_.
Raw data
{
"_id": null,
"home_page": "",
"name": "micropython-kx132",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "sensor,micropython,kx132,acceleration",
"author": "",
"author_email": "JDM <xxyx@mailmeto.mozmail.com>",
"download_url": "https://files.pythonhosted.org/packages/3f/60/d3b045b3bd607b06897a664974df9d78f41d226f6123e495627dfe610e2e/micropython-kx132-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-kx132/badge/?version=latest\n :target: https://micropython-kx132.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/pypi/v/micropython-kx132.svg\n :alt: latest version on PyPI\n :target: https://pypi.python.org/pypi/micropython-kx132\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-kx132?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-kx132\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 Kionix KX132 Accelerometer\n\nInstalling with mip\n====================\n\nTo install using mpremote\n\n.. code-block:: shell\n\n mpremote mip install github:jposada202020/MicroPython_KX132\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip install github:jposada202020/MicroPython_KX132\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_KX132/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip install github:jposada202020/MicroPython_KX132/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-kx132/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n pip3 install micropython-kx132\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install micropython-kx132\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-kx132\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-kx132.readthedocs.io/>`_.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "MicroPython Driver for the Kionix KX132 Accelerometer",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/jposada202020/MicroPython_KX132"
},
"split_keywords": [
"sensor",
"micropython",
"kx132",
"acceleration"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d0ec004ff6c43d26b56aeabe8362db581889a0c019a60828faefd2a14b1ae84c",
"md5": "5e7b3f35d39ef5630995788a7b45c8de",
"sha256": "18a3f2a82434d651a3d9b5342d857d089f3956c38442d06b8c11781a255fd7b8"
},
"downloads": -1,
"filename": "micropython_kx132-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5e7b3f35d39ef5630995788a7b45c8de",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8435,
"upload_time": "2023-08-07T13:53:44",
"upload_time_iso_8601": "2023-08-07T13:53:44.665916Z",
"url": "https://files.pythonhosted.org/packages/d0/ec/004ff6c43d26b56aeabe8362db581889a0c019a60828faefd2a14b1ae84c/micropython_kx132-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3f60d3b045b3bd607b06897a664974df9d78f41d226f6123e495627dfe610e2e",
"md5": "2a0a44edfb60f85b2146355122bc8e49",
"sha256": "e8c58e518ba3b779dc1ba6fbbf2aa54e08d350db6a7a3b58f14922c7c81fd17e"
},
"downloads": -1,
"filename": "micropython-kx132-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "2a0a44edfb60f85b2146355122bc8e49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19464,
"upload_time": "2023-08-07T13:53:45",
"upload_time_iso_8601": "2023-08-07T13:53:45.683219Z",
"url": "https://files.pythonhosted.org/packages/3f/60/d3b045b3bd607b06897a664974df9d78f41d226f6123e495627dfe610e2e/micropython-kx132-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-07 13:53:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jposada202020",
"github_project": "MicroPython_KX132",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "micropython-kx132"
}