This is CCS811 sensor driver for Azure Sphere devices and kits.
- Clone this repository to a local directory.
- Add VS Project lib_ccs811.vcxproj to your Solution.
- Add Reference lib_ccs811 to your Project References.
- Include lib_ccs811.h to your source files.
Refer to included example project lib_ccs811_example for library usage demonstration.