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

Fix servo compatibility #26

Merged
merged 2 commits into from
Mar 25, 2014
Merged

Fix servo compatibility #26

merged 2 commits into from
Mar 25, 2014

Conversation

ivanseidel
Copy link
Owner

Compatibility with Servo.h

Because Servo Library uses the same callbacks of DueTimer, we provides a custom solution for working with both of them. However, Timers 0,2,3,4 and 5 will not Work anymore.

You will need uncommend the line in DueTimer.h in DueTimer folder inside the Libraries folder. Uncomment the following line in DueTimer.h:

#define USING_SERVO_LIB true

Fixes #10

@ivanseidel ivanseidel closed this Mar 25, 2014
@ivanseidel ivanseidel changed the title Fix servo compatible Fix servo compatibility Mar 25, 2014
@ivanseidel ivanseidel reopened this Mar 25, 2014
ivanseidel pushed a commit that referenced this pull request Mar 25, 2014
@ivanseidel ivanseidel merged commit fd1e90a into master Mar 25, 2014
@ivanseidel ivanseidel deleted the fix-servo-compatible branch March 25, 2014 12:39
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

Successfully merging this pull request may close these issues.

Fix bug when using Servo library
1 participant