nkrkv/my-utils@1.3.0

License: AGPL-3

Kinda useful functional nodes
NodeDescription
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.
To use the nodes in your project you should have the nkrkv/my-utils library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.