-
Notifications
You must be signed in to change notification settings - Fork 60
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
Ps2keyboard library not working on Arduino Zero #32
Comments
@tinkerBOY-git I am having the same problem trying to get this library working with a SAMD based board. Not a Arduino Zero but a Adafruit Feather M0 which uses the same board as the Zero. Did you ever find anything out regarding this? |
No, sorry. |
I'm using an M0, and got the library working. The key was Line 707 in 13026d3
Line 576 in 13026d3
For a quick hack, just remove the preprocessor directive at Line 576 in 13026d3
One suggestion: Could begin return a simple error code/bool indicating if the irq_num ever got set? Would make this a lot easier to debug and notice! |
@MatthewBregg thanks for your answer, I encountered the same problem using a stm32 nucleo 64 f303re board. |
Library doe not work with Arduino Zero. Is there a workaround?
The text was updated successfully, but these errors were encountered: