https://github.com/catvec/mbed-ccs811-air-quality-driver
CCS811 air quality sensor Mbed driver.
https://github.com/catvec/mbed-ccs811-air-quality-driver
Last synced: 9 months ago
JSON representation
CCS811 air quality sensor Mbed driver.
- Host: GitHub
- URL: https://github.com/catvec/mbed-ccs811-air-quality-driver
- Owner: catvec
- License: mit
- Created: 2020-02-04T17:55:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T18:00:33.000Z (over 6 years ago)
- Last Synced: 2025-05-04T01:02:14.988Z (about 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mbed CCS811 Air Quality Driver
CCS811 air quality sensor Mbed driver.
# Table Of Contents
- [Overview](#overview)
# Overview
Source code in [`main.cpp`](./main.cpp) provides a functions used to communicate
with
a [CCS811 air quality sensor sensor](https://www.adafruit.com/product/3566).
See the `main()` method in this file for an example usage.
The Mbed platform is required. Although only for I2C serial communication, the
source code could easily be adapted to use any other platform which provides
an I2C API.