Digital (Boolean) Xor: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 August 2025

  • curprev 04:1504:15, 16 August 2025 Visuino talk contribs 980 bytes +980 Created page with "Image:TArduinoBooleanXor.png == Summary == Outputs True if an odd number of Boolean inputs are True. == Description == The Digital (Boolean) Xor component performs a logical exclusive OR (XOR) operation across multiple Boolean inputs. The output is True when an odd number of inputs are True. The output is False when all inputs are False or when an even number of inputs are True. This makes it useful for conditions where you want a toggle-like behavior or detect..."