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
- Host: GitHub
- URL: https://github.com/jgroman/azsphere_lib_ccs811
- Owner: jgroman
- License: mit
- Created: 2019-08-28T08:43:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T10:52:57.000Z (over 5 years ago)
- Last Synced: 2025-01-20T05:37:38.432Z (4 months ago)
- Topics: azure-sphere, ccs811, mt3620
- Language: C
- Size: 3.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.