range i

outputs TRUE when the input is in between 'high' and 'low' (>= AND <=)
Author: robert schirmer
License: who cares
Github: rbrt/control/range i.axo

Inlets

int32 in

Outlets

bool32 out

Parameters

int32 high

int32 low

Control Rate
outlet_out = ((inlet_in >= param_low) && (inlet_in <= param_high));

Privacy

© 2024 Zrna Research