Re: Experimental Tick to "Bool" and Wireless multi send.
Posted: Thu Feb 09, 2023 2:34 pm
Just for fun, here’s a Ruby “Last” Radio push button system which you can easily expand as needed.
DSP Robotics and FlowStone Graphical Programming Software Support and Forums
https://dsprobotics.com/support/
Code: Select all
def event(i, v)
output(0, v)
endYou know, I was sure you would do it better!tulamide wrote: You don't need to check i with an if clause, because v always holds the value of the input that triggered the event method.