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

Timer pins for PWM are different depending on the board your using #3

Open
photodude opened this issue Apr 2, 2019 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@photodude
Copy link
Owner

photodude commented Apr 2, 2019

Timer 1 PWM pins on the Uno are 9 and 10 but on the Mega Timer 1 pins for PWM are 11, and 12.
the PWM frequency change needs to be more robust to handle cases of any timer 1 PWM pin and differences between boards.

For examples on how to do this see:

@photodude photodude added the enhancement New feature or request label Apr 3, 2019
@photodude
Copy link
Owner Author

Code in master branch should now work with uno on either PWM pin for timer 1

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

No branches or pull requests

1 participant