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
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.
The text was updated successfully, but these errors were encountered:
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:
and on page 110 of datasheet:
Please update the library for the ATMega1284p.
Please also include the ATMega1284 (non P variant) for barebones/breadboard/DIP versions.
The text was updated successfully, but these errors were encountered: