-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Arduino DUE compatibility #4
Comments
Hello, it seems the function prototype and the function signature are not matching between the .cpp file and the .h files. Can you copy the full debug output for further inspection? Currently, I don't have arduino DUE for the hardware testing. I may get one later on fortesting |
Thank you for looking at this. The full output follows: C:\Users\max\Documents\Arduino\libraries\Notched_Shaft_Encoder\NSEncoder.cpp:20:6: error: prototype for 'bool NSEncoder::get_Position(int16_t&)' does not match any in class 'NSEncoder' exit status 1 Compilation error: exit status 1 |
I'm porting a project to the DUE platform. I'm getting this error:
I just removed the image after copying the full error below.
The text was updated successfully, but these errors were encountered: