v1.4 - Latch and Between
With this release, two new units have joined the project: Latch and Between.
- Latch - Mimics a Flip-Flop from control theory by "latching" an input boolean true value, almost as a "has it ever been true" check. There is a provided Reset input that allows the unit the reset the internal memory.
- Between - A simple convenience unit that checks if the input value is within the specified range (inclusive).
Also, Jason's comment units are available in 1.3 compatible form.