sensirion-i2c-lps22


Namesensirion-i2c-lps22 JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryI2C driver for the Sensirion LPS22 sensor family
upload_time2024-04-09 14:49:05
maintainerNone
docs_urlNone
authorSensirion
requires_python<4,>=3.6
licenseBSD
keywords sensirion lps22 i2c lps22
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python I2C Driver for ST LPS22 sensor

This repository contains the Python driver to communicate with a ST LPS22 pressure sensor over I2C. 

<img src="https://raw.githubusercontent.com/Sensirion/python-i2c-lps22/master/images/product-image-st-lps22.jpeg"
width="300px" alt="LPS22 picture">


Click [here](https://www.st.com/en/mems-and-sensors/lps22hb.html) to learn more about the Sensirion LPS22 sensor.


For details about the command please consult the [datasheet](https://www.st.com/resource/en/datasheet/lps22hb.pdf).


The default I²C address of [LPS22](https://www.st.com/en/mems-and-sensors/lps22hb.html) is **0x5C**.


## Documentation & Quickstart

See the [documentation page](https://sensirion.github.io/python-i2c-lps22) for an API description and a 
[quickstart](https://sensirion.github.io/python-i2c-lps22/execute-measurements.html) 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`](http://flake8.pycqa.org/):

```bash
pip install -e .[test]  # Install requirements
flake8                  # Run style check
```

In addition, we check the formatting of files with
[`editorconfig-checker`](https://editorconfig-checker.github.io/):

```bash
pip install editorconfig-checker==2.0.3   # Install requirements
editorconfig-checker                      # Run check
```

## License

See [LICENSE](LICENSE).



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sensirion-i2c-lps22",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "Sensirion LPS22 I2C LPS22",
    "author": "Sensirion",
    "author_email": "info@sensirion.com",
    "download_url": "https://files.pythonhosted.org/packages/17/28/9f1a00d14e8179cdeeac0c0faad957ec96e7c8bc8d67a6b809389db6a0bd/sensirion_i2c_lps22-0.1.0.tar.gz",
    "platform": null,
    "description": "# Python I2C Driver for ST LPS22 sensor\n\nThis repository contains the Python driver to communicate with a ST LPS22 pressure sensor over I2C. \n\n<img src=\"https://raw.githubusercontent.com/Sensirion/python-i2c-lps22/master/images/product-image-st-lps22.jpeg\"\nwidth=\"300px\" alt=\"LPS22 picture\">\n\n\nClick [here](https://www.st.com/en/mems-and-sensors/lps22hb.html) to learn more about the Sensirion LPS22 sensor.\n\n\nFor details about the command please consult the [datasheet](https://www.st.com/resource/en/datasheet/lps22hb.pdf).\n\n\nThe default I\u00c2\u00b2C address of [LPS22](https://www.st.com/en/mems-and-sensors/lps22hb.html) is **0x5C**.\n\n\n## Documentation & Quickstart\n\nSee the [documentation page](https://sensirion.github.io/python-i2c-lps22) for an API description and a \n[quickstart](https://sensirion.github.io/python-i2c-lps22/execute-measurements.html) example.\n\n\n## Contributing\n\nWe develop and test this driver using our company internal tools (version\ncontrol, continuous integration, code review etc.) and automatically\nsynchronize the `master` branch with GitHub. But this doesn't mean that we\ndon't respond to issues or don't accept pull requests on GitHub. In fact,\nyou're very welcome to open issues or create pull requests :-)\n\n### Check coding style\n\nThe coding style can be checked with [`flake8`](http://flake8.pycqa.org/):\n\n```bash\npip install -e .[test]  # Install requirements\nflake8                  # Run style check\n```\n\nIn addition, we check the formatting of files with\n[`editorconfig-checker`](https://editorconfig-checker.github.io/):\n\n```bash\npip install editorconfig-checker==2.0.3   # Install requirements\neditorconfig-checker                      # Run check\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "I2C driver for the Sensirion LPS22 sensor family",
    "version": "0.1.0",
    "project_urls": {
        "Changelog": "https://github.com/Sensirion/python-i2c-lps22/blob/master/CHANGELOG.rst",
        "Documentation": "https://sensirion.github.io/python-i2c-lps22",
        "Repository": "https://github.com/Sensirion/python-i2c-lps22"
    },
    "split_keywords": [
        "sensirion",
        "lps22",
        "i2c",
        "lps22"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e5be4c4127d1ad949d46752886160e9ae647038157e5b0d228245f955e1980a",
                "md5": "d3bf3994f4cdf519554e742f4592de09",
                "sha256": "6d3451ac016de6142d636faf884b8e53cbffb7dfe39728cc37438a85883e62c6"
            },
            "downloads": -1,
            "filename": "sensirion_i2c_lps22-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3bf3994f4cdf519554e742f4592de09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 9221,
            "upload_time": "2024-04-09T14:49:03",
            "upload_time_iso_8601": "2024-04-09T14:49:03.218324Z",
            "url": "https://files.pythonhosted.org/packages/9e/5b/e4c4127d1ad949d46752886160e9ae647038157e5b0d228245f955e1980a/sensirion_i2c_lps22-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17289f1a00d14e8179cdeeac0c0faad957ec96e7c8bc8d67a6b809389db6a0bd",
                "md5": "738976ff3124c610f82cd9596ed83de3",
                "sha256": "a968af64db569f48aa343ce6a180d3c02eec92b9cc7776bbc0c578debbb7c835"
            },
            "downloads": -1,
            "filename": "sensirion_i2c_lps22-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "738976ff3124c610f82cd9596ed83de3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 8025,
            "upload_time": "2024-04-09T14:49:05",
            "upload_time_iso_8601": "2024-04-09T14:49:05.089747Z",
            "url": "https://files.pythonhosted.org/packages/17/28/9f1a00d14e8179cdeeac0c0faad957ec96e7c8bc8d67a6b809389db6a0bd/sensirion_i2c_lps22-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 14:49:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sensirion",
    "github_project": "python-i2c-lps22",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sensirion-i2c-lps22"
}
        
Elapsed time: 0.23572s