-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support PWM pins of ATtiny85 Timer1 #20
Comments
The reason why PB4 is not initially supported by FastArduino ATtiny85, is because in ATtiny85, Timer1 is very different to all other AVR timers, and support would have required FastArduino refactoring of "board traits" in addition to I'd rather implement this refactoring for a later FastArduino version. |
Resolving this issue would better be combined with #18 |
Note the following article may be useful for this issue: https://www.re-innovation.co.uk/docs/fast-pwm-on-attiny85/ |
Remove this issue from milestone 1.3 |
Currently, FastArduino ATtiny85 support enables only 2 PWM pins, both based on Timer0.
Event though currently FastArduino does not allow support for PWM pins linked to more than 1 timer, that still leaves room for pin PB4 (OC1B).
The text was updated successfully, but these errors were encountered: