CircuitPython Driver for the ST H3LIS200DL Accelerometer
Project description
Introduction
CircuitPython Driver for the ST H3LIS200DL Accelerometer.
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Community Bundle library and driver bundle or individual libraries can be installed using circup.
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 circuitpython-h3lis200dl
To install system-wide (this may be required in some cases):
sudo pip3 install circuitpython-h3lis200dl
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 circuitpython-h3lis200dl
Installing to a Connected CircuitPython Device with Circup
Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:
pip3 install circup
With circup installed and your CircuitPython device connected use the following command to install:
circup install h3lis200dl
Or the following command to update an existing version:
circup update
Usage Example
Take a look at the examples directory
Documentation
API documentation for this library can be found on Read the Docs.
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
Built Distribution
Hashes for circuitpython-h3lis200dl-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dae579cd516eca576e6f973cce83aa14f3ed0003bee93f40b86154ac576a66f9 |
|
MD5 | 2a5e64dde4b229e4f825fdec06915bad |
|
BLAKE2b-256 | b34e820c8f2bf6983fb30a15a00e3e642d49281d71f063cdbd6bcdb5ac2c6ec8 |
Hashes for circuitpython_h3lis200dl-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0648bc3dd4c9aebaba72300e34f3b7ffe97d0147eb59280cbc441c188de5965 |
|
MD5 | c5d93a9914bb504b4f88d6b7b47c920d |
|
BLAKE2b-256 | 0cd55b22fe610738d5c37b35c8454a94113ccb6c76fc7f15d859ae29b8a8b2e1 |