-
Notifications
You must be signed in to change notification settings - Fork 52
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
Support for Arduino Due #17
Comments
I did not have the time yet to look into supporting the Due and I do not have a device to test. If I make changes to the code, are you able to run tests? |
I can perform some tests. If I find some time myself, I'll see if I can fix it and open up a PR. |
Finally had some time to have a look. I noticed that the serial port configuration ( I'll see if I have some time in the next week or so to verify this. |
You are right this should be an easy fix if this is the only change needed. Would love to hear if that is all that is required. |
Just removing the argument at least makes it compile/run again. Unfortunately it seems that I might be running into a hardware issue with the shield I've designed. In other words, I've not (yet) been able to verify that the data communication is actually working. |
Hello. |
|
Thanks for the reply. |
Unfortunately the library currently doesn't support the Arduino Due.
Seems like there's something wrong with the Arduino abstraction for the Due. 🤔
PS: I'm aware that later on I will probably need a level translator to deal with the 3V3 vs 5V signals.
The text was updated successfully, but these errors were encountered: