This wrapper allows use of STM system independent LPS22HH driver on Azure Sphere devices and kits. Currently the wrapper supports only Avnet Azure Sphere Starter Kit with onboard LPS22HH sensor connected via LSM6DSO Sensor Hub.
- Clone this repository to a local directory.
- Add VS Project lib_lps22hh.vcxproj to your Solution.
- Add Reference lib_lps22hh to your Project References.
- Include lib_lps22hh.h to your source files.
Refer to included example project lib_lps22hh_example for library usage demonstration.