Touch Snapshot
Jump to navigation
Jump to search
File:TArduinoTouchSnapshot.png
Summary
Captures and holds a touch value on a snapshot trigger.
Description
The Touch Snapshot component stores the touch state present at its In pin when the Snapshot pin is triggered.
The stored value is continuously held and output until another snapshot event occurs.
This is useful for freezing the touch state at a specific moment for later use or processing.
Diagram:
Categories
- File:TArduinoDataSourcesCategory.png Category Data Sources/Touch – Touch signal capture and storage.
- File:TArduinoTouchCategory.png Category Touch – Components for touch sensing and state holding.
Properties
- Enabled – Enables or disables the component.
Pins
- In – Touch input.
- Snapshot – Clock input; captures the current touch state from In and stores it.
- Out – Outputs the stored touch state until the next snapshot event.