Change default pin SEND_PWM_BY_TIMER #1298
-
In atmega328p when use SEND_PWM_BY_TIMER default send pin is 3 . I want to change it to pin 11 . Please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This is NOT possible due to hardware restrictions |
Beta Was this translation helpful? Give feedback.
-
The association timer2 <-> pin3 and timer1 <-> pin9 is hard coded in the chip design. ArminJo is right. The ATmega328p is an old and simple chip. If you want more flexibility, select another chip/board. (Have you have a look at the Duo? It is a beast in this regard.) |
Beta Was this translation helpful? Give feedback.
-
Thank you for your guidance. |
Beta Was this translation helpful? Give feedback.
This is NOT possible due to hardware restrictions