You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
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?
The text was updated successfully, but these errors were encountered: