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

Conflict between simultaneous use servo.h and PWM output on Mega2560 development board #64

Open
hzc1111 opened this issue Oct 22, 2020 · 1 comment
Labels
type: imperfection Perceived defect in any part of project

Comments

@hzc1111
Copy link

hzc1111 commented Oct 22, 2020

I ran into a problem when using it on the Mega 2560 development board: I used pins 12 and 13 to drive two servos, which was no problem, but the motors that were driven by other PWM pins did not work.
According to the official website, there is no conflict with PWM output on Mega 2560. Can anyone tell me why?
image

@hzc1111
Copy link
Author

hzc1111 commented Oct 22, 2020

To be precise, pins 44, 45, and 46 used as PWM outputs were disturbed. As for the other pins, I did not test.
Later, I solved the problem by changing a library, but I still don’t understand the problem.

@hzc1111 hzc1111 changed the title Conflict between simultaneous use and PWM output on Mega2560 development board Conflict between simultaneous use servo.h and PWM output on Mega2560 development board Oct 23, 2020
@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants