Tasmota/lib/Mutichannel_Gas_Sensor
Theo Arends 9b5ae54350 v5.12.0c - Ignore OS specific files #1983
Ignore OS specific files #1983
2018-02-24 17:57:07 +01:00
..
examples v5.12.0c - Ignore OS specific files #1983 2018-02-24 17:57:07 +01:00
src v5.12.0b 2018-02-18 18:39:28 +01:00
License.txt v5.12.0b 2018-02-18 18:39:28 +01:00
README.md v5.12.0b 2018-02-18 18:39:28 +01:00
library.json v5.12.0b 2018-02-18 18:39:28 +01:00
library.properties v5.12.0b 2018-02-18 18:39:28 +01:00

README.md

Mutichannel_Gas_Sensor

This Arduino library is used for driving "Xadow - Mutichannel Gas Sensor" and "Grove - Mutichanel Gas Sensor"

Usage:

mutichannelGasSensor.begin(0x04);

mutichannelGasSensor.powerOn();

then read the concentration of the specific gas you want to measure:

mutichannelGasSensor.measure_NH3();

mutichannelGasSensor.measure_CO();

mutichannelGasSensor.measure_NO2();

mutichannelGasSensor.measure_C3H8();

mutichannelGasSensor.measure_C4H10();

mutichannelGasSensor.measure_CH4();

mutichannelGasSensor.measure_H2();

mutichannelGasSensor.measure_C2H5OH();

For details please move to wiki page.


This software is written by Jacky Zhang () from Seeed Technology Inc. and is licensed under The MIT License. Check License.txt/LICENSE for the details of MIT license.

Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.

Seeed is a hardware innovation platform for makers to grow inspirations into differentiating products. By working closely with technology providers of all scale, Seeed provides accessible technologies with quality, speed and supply chain knowledge. When prototypes are ready to iterate, Seeed helps productize 1 to 1,000 pcs using in-house engineering, supply chain management and agile manufacture forces. Seeed also team up with incubators, Chinese tech ecosystem, investors and distribution channels to portal Maker startups beyond.

Analytics