-
Notifications
You must be signed in to change notification settings - Fork 75
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
problems with TrinketKeyboard.print & TrinketKidCombo.print #12
Comments
Also, TrinketHidCombo.getLEDstate() is broken, but it works fine for the TrinketKeyboard library. See issue here: #8 |
TrinketHidCombo.print and TrinketHidCombo.println are still broken. |
Bump. TrinketHidCombo.print and TrinketHidCombo.println are still broken. |
cancel that. They seem to be ok. It's a factor of having the device type into Notepad++, which has built-in autocomplete. The autocomplete throws it off. My bad. I think this issue can be closed. |
In the code below, notice these lines:
The buttonLEDstate only prints the first time. The subsequent 2 attempts at printing it do not work. There is an issue with the print and println commands. It is present with the TrinketHidCombo library too. Here is the output:
Here's the full code sample:
The text was updated successfully, but these errors were encountered: