CircuitPython library for LIS3DH accelerometer.
Project description
Introduction
Adafruit CircuitPython module for the LIS3DH accelerometer.
Note this module is made to work with CircuitPython and not MicroPython APIs.
Usage Example
See the guide at: https://learn.adafruit.com/circuitpython-hardware-lis3dh-accelerometer
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.
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 adafruit-circuitpython-lis3dh
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-lis3dh
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-lis3dh
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
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 Distributions
Built Distribution
File details
Details for the file adafruit_circuitpython_lis3dh-5.1.18-py3-none-any.whl
.
File metadata
- Download URL: adafruit_circuitpython_lis3dh-5.1.18-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05a36317e6ff169a00191d8ea8976d58b2a612a2b9872cf0e7e8a9d6919d5996 |
|
MD5 | 281ca9c6f685aed35a3c89ffd9bcd7e2 |
|
BLAKE2b-256 | d5baa5fd7c8c1d5262195ce0fd9ff78b8df3ed14693a5b0d1d057f86730121e9 |