OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TTP223
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ttp223/
ttp223.cxx
28
#include "
ttp223
.h"
32
TTP223
::
TTP223
(unsigned int pin) {
41
m_name = "
ttp223
";
45
TTP223
::~
TTP223
() {
50
std::string
TTP223
::name() {
54
int
TTP223
::value() {
58
bool
TTP223
::isPressed() {
63
void
TTP223
::installISR(mraa::Edge level, IsrCallback *cb
[
all
...]
ttp223.h
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
{
[
all
...]
Completed in 193 milliseconds