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
- Host: GitHub
- URL: https://github.com/jgroman/azsphere_lib_apds9960
- Owner: jgroman
- License: mit
- Created: 2019-08-28T10:59:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T11:14:08.000Z (over 5 years ago)
- Last Synced: 2025-01-20T05:37:38.801Z (4 months ago)
- Topics: apds-9960, azure-sphere, mt3620
- Language: C
- Size: 772 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.