Lines Matching refs:TP401
33 * @sensor tp401
35 * @altname TP401 Gas Sensor
41 * @brief API for the Grove TP401 Air Quality Sensor
43 * The Grove TP401 Air Quality Sensor module is useful for monitoring air purity indoors.
51 * @image html tp401.jpeg
52 * @snippet tp401.cxx Interesting
54 class TP401 : public Gas {
57 * TP401 constructor
61 TP401 (int gasPin);
64 * TP401 destructor
66 ~TP401 ();