Touch Snapshot

From Visuino
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

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.