/azsphere_lib_apds9960

Azure Sphere APDS-9960 support library

Primary LanguageCMIT LicenseMIT

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.
  2. Add VS Project lib_apds9960.vcxproj to your Solution.
  3. Add Reference lib_apds9960 to your Project References.
  4. Include lib_apds9960.h to your source files.

Usage

Refer to included example project lib_apds9960_example for library usage demonstration.