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

Include Timer3 for ATMega1284 #101

Open
glyndavidson opened this issue Jun 16, 2020 · 0 comments
Open

Include Timer3 for ATMega1284 #101

glyndavidson opened this issue Jun 16, 2020 · 0 comments

Comments

@glyndavidson
Copy link

In the current library, you can only turn on/off timers 0, 1 and 2 for the Atmega1284p.
However, this chip has 4 timers: 0, 1, 2 and 3.

See Peripheral features on page 1 of datasheet:

Peripheral Features
– Two 8-bit Timer/Counters with Separate Prescalers and Compare Modes
– Two 16-bit Timer/Counter with Separate Prescaler, Compare Mode, and Capture Mode

and on page 110 of datasheet:

14. 16-bit Timer/Counter1 and Timer/Counter3 with PWM

Please update the library for the ATMega1284p.

Please also include the ATMega1284 (non P variant) for barebones/breadboard/DIP versions.

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

No branches or pull requests

1 participant