License: AGPL-3
| Node | Description |
|---|---|
| between | Checks whether `X` is in range [MIN, MAX]. |
| builtin-led | A value referring the port to which the on-board LED is connected. Ex: `D13` on Arduino Uno. |
| click-hold | Distinguishes between short and long button presses. Use to handle two functions with a single control. |
| string-equal | Checks whether two input strings are equal. |