gas: fixed documentation typos and updated images

Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Mihai Tudor Panu
2014-11-25 11:59:39 -08:00
committed by Brendan Le Foll
parent c34939cfb4
commit 931c8e8814
11 changed files with 27 additions and 23 deletions

View File

@@ -34,18 +34,18 @@ namespace upm {
* The Grove - Gas Sensor (MQ5) module is useful for gas leakage detecting
* (in home and industry). It can detect LPG, natural gas, town gas and so
* on. It is highly sensitive and has a detection concentration of
* 300-10000ppm.
* 300-10000 ppm.
*
* @ingroup gas analog
* @snippet mq5.cxx Interesting
* @image html grovegas.jpeg
* @image html mq2-5.jpeg
*/
class MQ5 : public Gas {
public:
/**
* MQ5 constructor
*
* @param gasPin analog pin where sensor connected
* @param gasPin analog pin where sensor is connected
*/
MQ5 (int gasPin);