Digital (Boolean) Change Only

From Visuino
Revision as of 03:58, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoBooleanChangeOnly.png == Summary == Passes the Boolean signal to the output only when its value changes. == Description == The Digital (Boolean) Change Only component filters a Boolean input and outputs it only when the value transitions (from True → False or False → True). If the input remains constant, no output is generated. This is useful for reducing redundant signal updates, triggering logic only on state changes, and preventing unnecessary...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoBooleanChangeOnly.png

Summary

Passes the Boolean signal to the output only when its value changes.

Description

The Digital (Boolean) Change Only component filters a Boolean input and outputs it only when the value transitions (from True → False or False → True). If the input remains constant, no output is generated. This is useful for reducing redundant signal updates, triggering logic only on state changes, and preventing unnecessary processing when the input stays stable.

Diagram:

Categories

Properties

  • Enabled – Boolean; enables or disables the component.

Pins

  • In – Boolean input signal.
  • Out – Boolean output, updated only when the input changes state.