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

bleKeyboard.press #274

Open
merco opened this issue Dec 27, 2023 · 0 comments
Open

bleKeyboard.press #274

merco opened this issue Dec 27, 2023 · 0 comments

Comments

@merco
Copy link

merco commented Dec 27, 2023

With this example

 bleKeyboard.press('1');
 bleKeyboard.press('2');
 bleKeyboard.press('3');
 bleKeyboard.press('4');
 bleKeyboard.press('5');
delay(1000);
bleKeyboard.releaseAll();
delay(2000);

why the '5' key remains "Down"?
All that keycodes should be in the _keyReport.keys array.

immagine

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

1 participant