Home | History | Annotate | Download | only in yg1006

Lines Matching defs:YG1006

31      * @brief YG1006 Flame Sensor library
32 * @defgroup yg1006 libupm-yg1006
36 * @library yg1006
37 * @sensor yg1006
38 * @comname YG1006 Flame Sensor
46 * @brief API for the YG1006 Flame Sensor
48 * UPM module for the YG1006 flame sensor. It detects a flame or any
51 * @image html yg1006.jpg
52 * @snippet yg1006.cxx Interesting
54 class YG1006 {
57 * YG1006 constructor
61 YG1006(int pin);
63 * YG1006 destructor
65 ~YG1006();