I2C driver for the Sensirion LPS22 sensor family
Project description
Python I2C Driver for ST LPS22 sensor
This repository contains the Python driver to communicate with a ST LPS22 pressure sensor over I2C.
Click here to learn more about the Sensirion LPS22 sensor.
For details about the command please consult the datasheet.
The default I²C address of LPS22 is 0x5C.
Documentation & Quickstart
See the documentation page for an API description and a quickstart example.
Contributing
We develop and test this driver using our company internal tools (version
control, continuous integration, code review etc.) and automatically
synchronize the master
branch with GitHub. But this doesn't mean that we
don't respond to issues or don't accept pull requests on GitHub. In fact,
you're very welcome to open issues or create pull requests :-)
Check coding style
The coding style can be checked with flake8
:
pip install -e .[test] # Install requirements
flake8 # Run style check
In addition, we check the formatting of files with
editorconfig-checker
:
pip install editorconfig-checker==2.0.3 # Install requirements
editorconfig-checker # Run check
License
See LICENSE.
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
File details
Details for the file sensirion_i2c_lps22-0.1.0.tar.gz
.
File metadata
- Download URL: sensirion_i2c_lps22-0.1.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.10.0 requests/2.27.1 setuptools/39.0.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a968af64db569f48aa343ce6a180d3c02eec92b9cc7776bbc0c578debbb7c835 |
|
MD5 | 738976ff3124c610f82cd9596ed83de3 |
|
BLAKE2b-256 | 17289f1a00d14e8179cdeeac0c0faad957ec96e7c8bc8d67a6b809389db6a0bd |
File details
Details for the file sensirion_i2c_lps22-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: sensirion_i2c_lps22-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.10.0 requests/2.27.1 setuptools/39.0.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d3451ac016de6142d636faf884b8e53cbffb7dfe39728cc37438a85883e62c6 |
|
MD5 | d3bf3994f4cdf519554e742f4592de09 |
|
BLAKE2b-256 | 9e5be4c4127d1ad949d46752886160e9ae647038157e5b0d228245f955e1980a |