Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 445 Bytes

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.