Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "On pin P0 down" input #746

Closed
gquintana opened this issue Apr 21, 2018 · 1 comment
Closed

Add "On pin P0 down" input #746

gquintana opened this issue Apr 21, 2018 · 1 comment

Comments

@gquintana
Copy link

There is a "On pin P0 pressed" input which waits for P0 to go up then down:

1  _  
0_| |_

There is a "On pin P0 released" input which waits for P0 to go down:

1_  
0 |_

I'd like to have an input "On pin P0 down" input which waits for P0 to go up:

1  _  
0_| 

To compare with JavaScript browser events: there are 3 key events: keydown, keyup and keypressed (=keydown+keyup)

@abchatra
Copy link
Collaborator

Closing this as we tracking the issue in #963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants