You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am still a bit of a noob with python and have managed to get the rpi-rf_receive.py to work.
So i have edited it as follows.
But I am having trouble working out how to add a debounce function.
There must be a way to display "yay" only once and ignore or sleep but in a thread the rest of the duplicate inputs.
Or if It is easier to make it respond to long press differently to short press.
Well any way can someone help me get the code right please.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi, I am still a bit of a noob with python and have managed to get the
rpi-rf_receive.py
to work.So i have edited it as follows.
But I am having trouble working out how to add a debounce function.
The output if i keep the remote button down is
What format are the numbers from line 38
print(timestamp)
???I made some changes that did not work below.
There must be a way to display "yay" only once and ignore or sleep but in a thread the rest of the duplicate inputs.
Or if It is easier to make it respond to long press differently to short press.
Well any way can someone help me get the code right please.
Thanks in advance
The text was updated successfully, but these errors were encountered: