Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrstf/go-lps25
Go library for LPS25 Pressure Sensor
https://github.com/xrstf/go-lps25
Last synced: about 6 hours ago
JSON representation
Go library for LPS25 Pressure Sensor
- Host: GitHub
- URL: https://github.com/xrstf/go-lps25
- Owner: xrstf
- Created: 2023-10-30T21:00:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T21:00:55.000Z (about 1 year ago)
- Last Synced: 2024-12-17T13:52:24.937Z (6 days ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go library for LPS25 Pressure Sensor
This is a Go library to interact with the LPS25 pressure sensor. It is built
around the awesome [mcp2221a](https://github.com/ardnew/mcp2221a) and supports
just the absolute bare minimum to read the current pressure value.# License
MIT