MicroPython Driver for the DPS310 sensor
Project description
Introduction
MicroPython Driver for the DPS310 sensor
Installing with mip
To install using mpremote
mpremote mip install github:jposada202020/MicroPython_DPS310
To install directly using a WIFI capable board
mip.install("ithub:jposada202020/MicroPython_DPS310")
Installing Library Examples
If you want to install library examples:
mpremote mip install github:jposada202020/MicroPython_DPS310/examples.json
To install directly using a WIFI capable board
mip.install("github:jposada202020/MicroPython_DPS310/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 microtpython-dps310
To install system-wide (this may be required in some cases):
sudo pip3 install micropython-dps310
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-dps310
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
micropython-dps310-0.1.3.tar.gz
(21.3 kB
view details)
Built Distribution
File details
Details for the file micropython-dps310-0.1.3.tar.gz
.
File metadata
- Download URL: micropython-dps310-0.1.3.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd8679f8e48fb9c67229906292a7542ef2a51e62b4c8976f8876a2c5f0b6b7bd |
|
MD5 | 2264a6ac4afadb7e15afa88f2e7e7634 |
|
BLAKE2b-256 | 4154e9bd49f530d056fca6865ab29d3f7f22e49de12615eaf76755816e0e91b1 |
File details
Details for the file micropython_dps310-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: micropython_dps310-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.3 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 | 2023671f99c41bda0a95193f61ac98847965b21cf5515a2e61d87b0bb269efe6 |
|
MD5 | db0f67b2472cef6b9527556dcb2e866b |
|
BLAKE2b-256 | 79562b46eeb1466bd49d621bbcbc4a379b4782679c87d17aeb8e5e216b96627e |