Boolean (Digital) Or: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoBooleanOr.png == Summary == Outputs True if any Boolean input is True. == Description == The Boolean (Digital) Or component performs a logical OR operation across multiple Boolean inputs. If one or more inputs are True, the output is True. If all inputs are False, the output is False. This component is useful when you want to trigger an action if at least one condition is satisfied. <b>Diagram:</b> Image:TArduinoBooleanOr.Preview.png == Cate..." |
(No difference)
|
Latest revision as of 04:12, 16 August 2025
Summary
Outputs True if any Boolean input is True.
Description
The Boolean (Digital) Or component performs a logical OR operation across multiple Boolean inputs.
If one or more inputs are True, the output is True.
If all inputs are False, the output is False.
This component is useful when you want to trigger an action if at least one condition is satisfied.
Diagram:
Categories
- File:TLogicToolbarCategory.png Category Logic – Boolean operations and combinational logic.
Properties
- Input Pins – Integer; defines the number of Boolean inputs to include in the OR operation.
Pins
- In – Boolean input pins [0] to [N-1], where N is set by Input Pins.
- Out – Boolean output, True if any input is True.