PIN assignments and digital PWM #1057
coderatchance
started this conversation in
Library discussion
Replies: 1 comment
-
Here an example
O, and I get the feeling that you think that you must use analogWrite with analog pins. Analog pins are only required for analogRead, since the analog pins can be used by the ADC. They should have called "analogWrite" "pwmWrite". Then nobody has to be confused. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am getting out of analog PWM ports, hence I am looking at how to enable and use the digital PWM ports.
For example, when looking at the Attinyx_06.gif for the At tiny 406 the only extra PWM is available at the PB2 , namely digital PWM, however, I am not really sure how to use it with the Arduino code? Any ideas, examples?
Best.
Beta Was this translation helpful? Give feedback.
All reactions