I have a incoming data from Arduino if a sensor is pressed or not pressed
sometime I have a rapid change between 1 to 0 and then to 1 again all in a small interval of time. I would like to prevent that so if the data went 1 --> 0 --> 1 in less then x ms the output will be a constant 1 rather then 1 --> 0 --> 1
how can I do so in pd?
Thanks