Char Toggle Demux

From Visuino
Jump to navigation Jump to search

File:TArduinoCharToggleDemux.png

Summary

Use this component to split a character input into one of two outputs, based on a boolean selector.

Description

The **Char Toggle Demux** component receives a single character input and routes it to either the **True** or **False** output pin depending on the **Select** boolean pin’s state. If **Select** is **True**, the input character is sent to the **True** pin; if **False**, it’s sent to the **False** pin. The **Initial Select Value** property determines which output pin is initially active before any select signal is received.

This component is ideal for branching character-based logic in Visuino flows—such as toggling between different character outputs under program control.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the default state (True or False) of the selector, determining the first output used.

Pins