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

https://github.com/jgroman/azsphere_lib_ccs811

Azure Sphere CCS811 support library
https://github.com/jgroman/azsphere_lib_ccs811

azure-sphere ccs811 mt3620

Last synced: 2 months ago
JSON representation

Azure Sphere CCS811 support library

Awesome Lists containing this project

README

        

# Azure Sphere CCS811 Sensor Support Library
This is CCS811 sensor driver for Azure Sphere devices and kits.

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

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