-
Notifications
You must be signed in to change notification settings - Fork 189
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
Call of overloaded 'write(int)' is ambiguous #99
Comments
Solved! {
` Line 52 is correct: _serial->write(uint8_t(PN532_PREAMBLE)); This error shows up only in some platforms, ie. SAMD. |
Thanks so much! I will give it a try this evening 👍 |
Hello Is the issue resolved now? |
Hello, I'm going to close this issue, feel free to re-open it if you have any other questions. [Autocommentary] |
I get the following error: (PN532_HSU\PN532_HSU.cpp:21:21: error: call of overloaded 'write(int)' is ambiguous) when trying to use the PN532_HSU lib.
The text was updated successfully, but these errors were encountered: