Categorygithub.com/walkure/go-lpsensors
repositorypackage
0.0.0-20241101091700-51e2bf6b2c15
Repository: https://github.com/walkure/go-lpsensors.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-lpsensors

The library for some STMicro's pressure sensors.

usage

go get -u github.com/walkure/go-lpsensors

This library is based on periph library.

supported devices

0xbb is the response of "WHO_AM_I" command(0x0f).

  • Tested
  • Hopefully
    • LPS22H (0xb1)
    • LPS25H (0xbd)

caveats

This library is tested only LPS331AP with I2C connection.

license

Apache 2.0

author

walkure