Skip to content

Commit aa5bf2e

Browse files
authored
Merge pull request #717 from topquark22/patch-1
Update analog-output.md
2 parents ecdec10 + 623b39c commit aa5bf2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/learn/02.microcontrollers/03.analog-output/analog-output.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ In the graphic below, the green lines represent a regular time period. This dura
1313

1414
![](./pwm.gif)
1515

16+
On some microcontrollers PWM is only available on selected pins. Please consider the pinout diagram of your board to find out which ones you can use for PWM. They are denoted with a tilde sign (~).
17+
1618
Once you get this example running, grab your Arduino and shake it back and forth. What you are doing here is essentially mapping time across the space. To our eyes, the movement blurs each LED blink into a line. As the LED fades in and out, those little lines will grow and shrink in length. Now you are seeing the pulse width.
1719

1820
*Written by Timothy Hirzel*

0 commit comments

Comments
 (0)