Introduction
============
.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg
:target: https://micropython.org
:alt: micropython
.. image:: https://readthedocs.org/projects/micropython-adt7410/badge/?version=latest
:target: https://micropython-adt7410.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/micropython-adt7410.svg
:alt: latest version on PyPI
:target: https://pypi.python.org/pypi/micropython-adt7410
.. image:: https://static.pepy.tech/personalized-badge/micropython-adt7410?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-adt7410
.. 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 Analog Devices ADT7410 Temperature Sensor
Installing with mip
====================
To install using mpremote
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_ADT7410
To install directly using a WIFI capable board
.. code-block:: shell
mip install github:jposada202020/MicroPython_ADT7410
Installing Library Examples
============================
If you want to install library examples:
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_ADT7410/examples.json
To install directly using a WIFI capable board
.. code-block:: shell
mip install github:jposada202020/MicroPython_ADT7410/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-adt7410/>`_.
To install for current user:
.. code-block:: shell
pip3 install micropython-adt7410
To install system-wide (this may be required in some cases):
.. code-block:: shell
sudo pip3 install micropython-adt7410
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-adt7410
Usage Example
=============
Take a look at the examples directory
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://micropython-adt7410.readthedocs.io/en/latest/>`_.
Raw data
{
"_id": null,
"home_page": "",
"name": "micropython-adt7410",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "sensor,adt7410,temperature,driver,micropython",
"author": "",
"author_email": "JDM <xxyx@mailmeto.mozmail.com>",
"download_url": "https://files.pythonhosted.org/packages/02/de/ecbe784caa24921ffa66ce552c4323968d2e1a40841d108c670e58df093e/micropython-adt7410-0.1.3.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-adt7410/badge/?version=latest\n :target: https://micropython-adt7410.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/pypi/v/micropython-adt7410.svg\n :alt: latest version on PyPI\n :target: https://pypi.python.org/pypi/micropython-adt7410\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-adt7410?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-adt7410\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 Analog Devices ADT7410 Temperature Sensor\n\n\nInstalling with mip\n====================\nTo install using mpremote\n\n.. code-block:: shell\n\n mpremote mip install github:jposada202020/MicroPython_ADT7410\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip install github:jposada202020/MicroPython_ADT7410\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_ADT7410/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip install github:jposada202020/MicroPython_ADT7410/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-adt7410/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n pip3 install micropython-adt7410\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install micropython-adt7410\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-adt7410\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-adt7410.readthedocs.io/en/latest/>`_.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "MicroPython Driver for the Analog Devices ADT7410 Temperature Sensor",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/jposada202020/MicroPython_ADT7410"
},
"split_keywords": [
"sensor",
"adt7410",
"temperature",
"driver",
"micropython"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7b6507ef9dee901b9a56bbf51bd87c59338db8511d8cc31925f6b98b0219dd79",
"md5": "1a20da019bec7616f4af7a05d49c3891",
"sha256": "71b64b0184aad0c8720aec2079da637a39ec1fa58729ca1289b04208c10ab5a1"
},
"downloads": -1,
"filename": "micropython_adt7410-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1a20da019bec7616f4af7a05d49c3891",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8460,
"upload_time": "2023-08-07T14:49:28",
"upload_time_iso_8601": "2023-08-07T14:49:28.719848Z",
"url": "https://files.pythonhosted.org/packages/7b/65/07ef9dee901b9a56bbf51bd87c59338db8511d8cc31925f6b98b0219dd79/micropython_adt7410-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02deecbe784caa24921ffa66ce552c4323968d2e1a40841d108c670e58df093e",
"md5": "7a9d2ad94302c7fe12b329418070aace",
"sha256": "4d91ba0c94d26bf22e6a7e91a29d7ccd2bfdaa3a7dee96b4190e54dcc55ca662"
},
"downloads": -1,
"filename": "micropython-adt7410-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "7a9d2ad94302c7fe12b329418070aace",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18992,
"upload_time": "2023-08-07T14:49:30",
"upload_time_iso_8601": "2023-08-07T14:49:30.299036Z",
"url": "https://files.pythonhosted.org/packages/02/de/ecbe784caa24921ffa66ce552c4323968d2e1a40841d108c670e58df093e/micropython-adt7410-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-07 14:49:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jposada202020",
"github_project": "MicroPython_ADT7410",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "micropython-adt7410"
}