TTP229 Keys Touch Pad (I2C): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoTTP229I2C.png == Summary == TTP229 capacitive touch pad sensor (I²C interface). == Description == The **TTP229 Keys Touch Pad (I²C)** provides up to 16 capacitive touch buttons. It communicates over the I²C bus and outputs individual digital states for each key. <b>Diagram:</b> Image:TArduinoTTP229I2C.Preview.png == Categories == *Image:TArduinoInputCategory.png Category Input – Receives user input via touch. *Ima..." |
(No difference)
|
Latest revision as of 10:10, 24 August 2025
Summary
TTP229 capacitive touch pad sensor (I²C interface).
Description
The **TTP229 Keys Touch Pad (I²C)** provides up to 16 capacitive touch buttons. It communicates over the I²C bus and outputs individual digital states for each key.
Diagram:
Categories
- File:TArduinoInputCategory.png Category Input – Receives user input via touch.
- File:TArduinoDigitalCategory.png Category Digital – Outputs digital states for each key.
- File:TArduinoSensorCategory.png Category Sensor – Capacitive touch detection.
- File:TArduinoI2CCategory.png Category I2C – Communicates via I²C bus.
Properties
- Address (I²C) – Device address on the I²C bus.
- Enabled – Enables or disables the sensor.
Pins
Input Pins
(none except I²C)
Output Pins
- Out[0] ... Out[15] – Digital outputs, one per touch key (up to 16).
Control Pins
- Control (I²C) – I²C communication interface.