LIS3DH MicroPython Driver
Project description
Introduction
- LIS3DH MicroPython Driver. Work is based in:
Installing with mip
To install using mpremote
mpremote mip install github:jposada202020/MicroPython_LIS3DH
To install directly using a WIFI capable board
mip install github:jposada202020/MicroPython_LIS3DH
Installing Library Examples
If you want to install library examples:
mpremote mip install github:jposada202020/MicroPython_LIS3DH/examples.json
To install directly using a WIFI capable board
mip install github:jposada202020/MicroPython_LIS3DH/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-lis3dh
To install system-wide (this may be required in some cases):
sudo pip3 install micropython-lis3dh
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-lis3dh
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-lis3dh-0.1.2.tar.gz
(20.2 kB
view details)
Built Distribution
File details
Details for the file micropython-lis3dh-0.1.2.tar.gz
.
File metadata
- Download URL: micropython-lis3dh-0.1.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 | bab31c4843c732331378617d5b8b78a58c9355fe216222e071c7d6f84168cba0 |
|
MD5 | 1b4454cf7fefe4ac98e9201e8a0d56ef |
|
BLAKE2b-256 | ddcac949ba49ea4904df72ad5d718a36167646b9fdeb2688385fea6b8d4a3f48 |
File details
Details for the file micropython_lis3dh-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: micropython_lis3dh-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.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 | 95a834374fa6b4059eca91330f536f8fe69562c014d88cf734c70ee6eb19a657 |
|
MD5 | d11f352df68d5c14b83f8cd781f261f9 |
|
BLAKE2b-256 | 7685e0ef26f1561717cb4974eddbf92b17f9dfd8600e978eff9e25b084578bac |