Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 431 Bytes

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.