MicroPython Driver for the Analog Devices ADT7410 Temperature Sensor
Project description
Introduction
MicroPython Driver for the Analog Devices ADT7410 Temperature Sensor
Installing with mip
To install using mpremote
mpremote mip install github:jposada202020/MicroPython_ADT7410
To install directly using a WIFI capable board
mip install github:jposada202020/MicroPython_ADT7410
Installing Library Examples
If you want to install library examples:
mpremote mip install github:jposada202020/MicroPython_ADT7410/examples.json
To install directly using a WIFI capable board
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. To install for current user:
pip3 install micropython-adt7410
To install system-wide (this may be required in some cases):
sudo pip3 install micropython-adt7410
To install in a virtual environment in your current project:
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file micropython-adt7410-0.2.0.tar.gz
.
File metadata
- Download URL: micropython-adt7410-0.2.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2c9e31cfedb99ddbec8aee6246b4f8fd39af54d44497ca19e14764584f4a9f5 |
|
MD5 | 200e5d6ad4d172210eccd53e63e346e6 |
|
BLAKE2b-256 | dee3844b07c7df47ed3cb50209bc1b0cbfa2a7fd53eb5ee78fadd5ff87f12fbc |
File details
Details for the file micropython_adt7410-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: micropython_adt7410-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb260e95a7744674342416f840363534e19320506b23486735e47ce0813f91e7 |
|
MD5 | ba5c51fc517adb575408cfa9539dda90 |
|
BLAKE2b-256 | 41ce104b17f8a39e4d5cf5fd0282cb7b0a82242b0f9046ba3d17e5fb7105fe82 |