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

https://github.com/jgroman/azsphere_lib_apds9960

Azure Sphere APDS-9960 support library
https://github.com/jgroman/azsphere_lib_apds9960

apds-9960 azure-sphere mt3620

Last synced: 2 months ago
JSON representation

Azure Sphere APDS-9960 support library

Awesome Lists containing this project

README

        

# Azure Sphere APDS-9960 Sensor Support Library
This is APDS-9960 sensor driver for Azure Sphere devices and kits.

## Importing
1. Clone this repository to a local directory.
1. Add VS Project *lib_apds9960.vcxproj* to your Solution.
1. Add Reference *lib_apds9960* to your Project References.
1. Include *lib_apds9960.h* to your source files.

## Usage
Refer to included example project *lib_apds9960_example* for library usage demonstration.