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

Removal of MYSERIAL definition #3

Open
boweao opened this issue Jan 24, 2018 · 0 comments
Open

Removal of MYSERIAL definition #3

boweao opened this issue Jan 24, 2018 · 0 comments

Comments

@boweao
Copy link

boweao commented Jan 24, 2018

Not so much an issue as I seem to have figure it out, posting this to help others with the same issue, but it seems that the newest version (V2.0.7) has removed the MYSERIAL definition. I find the code does not work due to this.

To fix this I added the following code after the "#include <FingerLib.h> // finger control" line:

// number of controllable fingers (number of motors)
#define NUM_FINGERS 5
#define MYSERIAL Serial

Apologies if this is wrong, I am new to Arduino, but it is what worked for me!

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

1 participant