Skip to content
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

error message: "error does not name a type" while I have downloaded this library and included to the arduino library of version 1.8.9. It keeps on getting error message that error does not name a type. I am using arduino Due board for controlling a robot. I am stucked afterr installing this library to my IDE and couldn't able to get it out. #23

Open
ansy8494 opened this issue Sep 22, 2019 · 2 comments

Comments

@ansy8494
Copy link

No description provided.

@ansy8494 ansy8494 changed the title error message: "error does not name a type" error message: "error does not name a type" while I have downloaded this library and included to the arduino library of version 1.8.9. It keeps on getting error message that error does not name a type. I am using arduino Due board for controlling a robot. I am stucked afterr installing this library to my IDE and couldn't able to get it out. Sep 22, 2019
@ansy8494
Copy link
Author

while I have downloaded this library and included to the arduino library of version 1.8.9. It keeps on getting error message that error does not name a type. I am using arduino Due board for controlling a robot. I am stucked afterr installing this library to my IDE and couldn't able to get it out.

error_msg

@SerEpicPanda
Copy link

Hi, I believe that you need to have this line

int error = 0;

before the setup which declares 'error' as an integer. This is in the example code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants