upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
TTP223 Touch Detector sensor library. More...
This touch sensor detects when a finger is near the metallic pad by a change in capacitance. It can replace a more traditional push button. The touch sensor can still function when placed under a non-metallic surface like glass or plastic.
Public Member Functions | |
TTP223 (unsigned int pin) | |
~TTP223 () | |
std::string | name () |
int | value () |
bool | isPressed () |
Protected Attributes | |
std::string | m_name |
name of this sensor | |
mraa_gpio_context | m_gpio |
GPIO pin. | |
TTP223 | ( | unsigned int | pin | ) |
TTP223 touch sensor constructor
pin | GPIO pin where sensor is connected |
std::string name | ( | ) |
Return name of this sensor
int value | ( | ) |
Get value from GPIO pin
bool isPressed | ( | ) |
Returns whether or not the touch sensor is being touched