-
Notifications
You must be signed in to change notification settings - Fork 4
Comparison Blocks
AutomationDirect edited this page Jan 3, 2020
·
1 revision
These blocks return a boolean 'true/false' value comparing two inputs.
Each comparison block makes a comparison between two values of similar data type. Each comparison block has a drop-down menu to select what kind of comparison to make (see 'Comparison Operators' in the Arduino Reference). All comparison blocks return a boolean ('true/false') value representing the result of the comparison.
- See 'Comparison Operators' in the Arduino Reference for more information.