Repeat Touch

From Visuino
Jump to navigation Jump to search

File:TArduinoRepeatTouch.png

Summary

The **Repeat Touch** component repeats a touch signal input a specified number of times.

Description

This component receives a touch input and outputs it multiple times according to the configured count. Useful for gesture recognition, touch-based controls, or generating repeated touch events for testing.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the touch input is repeated.

Pins

Input Pins

  • in – Input touch signal.

Output Pins

  • out – Output repeated touch signal.

Categories