An open API service indexing awesome lists of open source software.

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

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.