https://github.com/bwolf/lps22
A platform agnostic driver to interface the ST LPS22 pressure sensor
https://github.com/bwolf/lps22
embedded embedded-hal-driver pressure-sensor rust sensor temperature-sensor
Last synced: 3 months ago
JSON representation
A platform agnostic driver to interface the ST LPS22 pressure sensor
- Host: GitHub
- URL: https://github.com/bwolf/lps22
- Owner: bwolf
- License: apache-2.0
- Created: 2019-01-21T17:04:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T23:06:51.000Z (about 7 years ago)
- Last Synced: 2025-10-04T23:33:10.395Z (8 months ago)
- Topics: embedded, embedded-hal-driver, pressure-sensor, rust, sensor, temperature-sensor
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
LPS22
=====
[](https://crates.io/crates/lps22)
A platform agnostic driver to interface the [ST][ST] LPS22 pressure sensor, written in Rust. Although the driver is verified using a [`LPS22HH`][LPS22HH] sensor, it should be in theory compatible to other `LPS22` sensors like the [`LPS22HB`][LPS22HB] and if no, it should be easy to make it so.
This driver is build using the [embedded-hal][embedded-hal] traits.
[API reference]
## Features
TODO TBD
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
[ST]: https://www.st.com/en/mems-and-sensors/pressure-sensors.html?querycriteria=productId=SC1316
[LPS22HH]: https://www.st.com/en/mems-and-sensors/lps22hh.html
[LPS22HB]: https://www.st.com/en/mems-and-sensors/lps22hb.html
[embedded-hal]: https://docs.rs/embedded-hal/
[API reference]: https://docs.rs/lps22