https://github.com/jgroman/azsphere_lib_lps22hh
Azure Sphere custom wrapper for LPS22HH sensor driver
https://github.com/jgroman/azsphere_lib_lps22hh
azure-sphere lps22hh mt3620
Last synced: 2 months ago
JSON representation
Azure Sphere custom wrapper for LPS22HH sensor driver
- Host: GitHub
- URL: https://github.com/jgroman/azsphere_lib_lps22hh
- Owner: jgroman
- License: mit
- Created: 2019-09-24T10:31:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T11:23:38.000Z (over 5 years ago)
- Last Synced: 2025-01-20T05:37:36.638Z (4 months ago)
- Topics: azure-sphere, lps22hh, mt3620
- Language: C
- Homepage:
- Size: 3.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Sphere custom wrapper for LPS22HH sensor driver
This wrapper allows use of [STM system independent LPS22HH driver](https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/lps22hh_STdC) 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.## Importing
1. Clone this repository to a local directory.
1. Add VS Project *lib_lps22hh.vcxproj* to your Solution.
1. Add Reference *lib_lps22hh* to your Project References.
1. Include *lib_lps22hh.h* to your source files.## Usage
Refer to included example project *lib_lps22hh_example* for library usage demonstration.