Was able to create a Switch with a hardware button via Flipflop.
Now I wanted to Reset the FlipFlop after pressing the button a specific Time.
Therefore I’d need an object which reacts on the down edge information when releasing the button. Thought this would be “Pulldown” Option with the gpio/in/digital object. But this option has no effect on the button.
do a File > Sync Libraries, there should be an object called ksoloti/logic/falling. It is the logical opposite of tiar/logic/rising!
By the way if you want to do advanced logic with buttons, like long press or double-click, check out the rbrt/control/click hold* objects.
The pulldown option is more of a hardware setting which makes sure that the voltage at the button pin does go low when the switch is open and does not float!