What is maximum voltage PWM pins can give?
|
Since PWM pins are digital outputs, the maximum output voltage is VCC. |
|||||||||||||
|
On a typical Arduino board, PWM pins will theoretically only ever operate at ground (+0v) or With that said, if you run it with a 50% duty cycle, then the average voltage over several cycles will work out as 50% of As a side note, there are some modified Arduino clones which have a voltage selection switch. These typically let the pins operate at either 3.3v or 5v, and should affect PWM (as far as I know). |
|||
|