Home | History | Annotate | Download | only in ttp223

Lines Matching defs:TTP223

35  * @brief TTP223 Touch Detector Sensor library
36 * @defgroup ttp223 libupm-ttp223
40 * @library ttp223
41 * @sensor ttp223
42 * @comname TTP223 Touch Sensor
49 * @brief API for the TTP223 Touch Sensor
56 * @image html ttp223.jpg
57 * @snippet ttp223.cxx Interesting
59 class TTP223 {
62 * TTP223 constructor
66 TTP223(unsigned int pin);
69 * TTP223 destructor
71 ~TTP223();