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

ModulinoKnob: report error and not last valid _pressed if read() fails #20

Open
facchinm opened this issue Feb 6, 2025 · 0 comments
Open
Assignees

Comments

@facchinm
Copy link
Contributor

facchinm commented Feb 6, 2025

Modulino/src/Modulino.h

Lines 273 to 275 in cf5e2b2

bool isPressed() {
get();
return _pressed;

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

No branches or pull requests

2 participants