/azsphere_lib_ccs811

Azure Sphere CCS811 support library

Primary LanguageCMIT LicenseMIT

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

Usage

Refer to included example project lib_ccs811_example for library usage demonstration.