MicroPython Driver for the TMP117 temperature sensor
Project description
Introduction
MicroPython Driver for the TMP117 temperature sensor
Installing with mip
To install using mpremote
mpremote mip install github:jposada202020/MicroPython_TMP117
To install directly using a WIFI capable board
mip install github:jposada202020/MicroPython_TMP117
Installing Library Examples
If you want to install library examples:
mpremote mip install github:jposada202020/MicroPython_TMP117/examples.json
To install directly using a WIFI capable board
mip install github:jposada202020/MicroPython_TMP117/examples.json
Installation
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-tmp117
To install system-wide (this may be required in some cases):
sudo pip3 install micropython-tmp117
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-tmp117
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
micropython-tmp117-0.2.2.tar.gz
(20.2 kB
view details)
Built Distribution
File details
Details for the file micropython-tmp117-0.2.2.tar.gz
.
File metadata
- Download URL: micropython-tmp117-0.2.2.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eccfb9b9f0d39e22528101ac34e6b1d430278682328b4b81cbbdc5be0aec2bcd |
|
MD5 | f8c2d5fdbd1b6f005fcb44ce7fcbeffc |
|
BLAKE2b-256 | fb053b6af66edd4029dc5dbafe0c4512b5dc528b513f439cd14fa28efda25d84 |
File details
Details for the file micropython_tmp117-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: micropython_tmp117-0.2.2-py3-none-any.whl
- Upload date:
- Size: 8.8 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 | ffb508c997d33fef5d231a366a7edcda9b28c5baab844f854e44990b80561071 |
|
MD5 | 9c3c2410acb45582a47aa3b37560bc52 |
|
BLAKE2b-256 | 8f3092a4eb814436a0e8566b632935bf2ec066b46e25d54a60aba14eec0c9cb4 |