1

I'm unable to find which Timer controls each PWM pin (3, 5, 6, 9, 10 and 11) in an Arduino Nano Board (ATmega328). Any guesses?

Thanks in advance,

Eduardo

asked Jan 27, 2017 at 7:45

1 Answer 1

3

This is a good pinmapping picture of the Nano : www.pighixxx.com/test/portfolio-items/nano/

A timer has sometimes two outputs, A and B. The pins with OC0A and OC0B are timer outputs of Timer0. OC1A and OC1B are Timer1, OC2 and OC2B are Timer2.

Everything is also in the datasheet of the ATmega328P, but that picture is a lot easier.

answered Jan 27, 2017 at 7:58
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.