Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkure/go-lpsensors
The Go library for some STMicroelectronics pressure sensor.
https://github.com/walkure/go-lpsensors
golang lps331ap
Last synced: 19 days ago
JSON representation
The Go library for some STMicroelectronics pressure sensor.
- Host: GitHub
- URL: https://github.com/walkure/go-lpsensors
- Owner: walkure
- License: apache-2.0
- Created: 2024-10-26T15:58:39.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T09:17:05.000Z (2 months ago)
- Last Synced: 2024-12-16T05:35:32.219Z (20 days ago)
- Topics: golang, lps331ap
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-lpsensors
The library for some [STMicro's pressure sensors](https://www.st.com/en/mems-and-sensors/pressure-sensors.html).
## usage
```
go get -u github.com/walkure/go-lpsensors
```This library is based on [periph](https://periph.io/) library.
## supported devices
`0xbb` is the response of "WHO_AM_I" command(`0x0f`).
- Tested
- [LPS331AP](https://www.st.com/ja/mems-and-sensors/lps331ap.html) (0xbb)
- Hopefully
- LPS22H (0xb1)
- LPS25H (0xbd)## caveats
This library is tested *only* [LPS331AP](https://www.st.com/ja/mems-and-sensors/lps331ap.html) with I2C connection.
## license
Apache 2.0
## author
walkure