upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
C++ API for MQ9 gas sensor. More...
The Grove MQ9 Gas Sensor module is useful for gas leakage detecting (in home and industry). It can detect Carbon Monoxide, Coal Gas and Liquefied Gas. It's sensitivity is 10-1000 ppm CO, 100-10000 ppm Gas.
Public Member Functions | |
MQ9 (int gasPin) | |
~MQ9 () | |
std::string | name () |
![]() | |
Gas (int gasPin) | |
~Gas () | |
virtual int | getSampledWindow (unsigned int freqMS, unsigned int numberOfSamples, uint16_t *buffer) |
virtual int | findThreshold (thresholdContext *ctx, unsigned int threshold, uint16_t *buffer, unsigned int len) |
virtual int | getSampledData (thresholdContext *ctx) |
virtual int | getSample () |
virtual void | printGraph (thresholdContext *ctx, uint8_t resolution) |
Additional Inherited Members | |
![]() | |
mraa_aio_context | m_gasCtx |
|
inline |
Return name of the component