upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
C++ API for the MQ303A Alcohol Sensor. More...
UPM module for the MQ303A Alcohol Sensor. This sensor needs to be warmed up before stable results are obtained. The higher the value returned from value(), the higher the amount of alcohol that was detected.
Public Member Functions | |
MQ303A (int pin, int heaterPin) | |
~MQ303A () | |
int | value () |
void | heaterEnable (bool enable) |
MQ303A | ( | int | pin, |
int | heaterPin | ||
) |
MQ303A sensor constructor
pin | analog pin to use |
heaterPin | digital pin mapped to analog pin to use |
int value | ( | ) |
Get the alcohol detected from the sensor. The value read from the analog pin is inverted. A higher returned value means a higher amount of alcohol was detected.
void heaterEnable | ( | bool | enable | ) |
Enable the heater.
enable | if true, enable the heater else disable |