Skip to content

Commit 6c2afbb

Browse files
authored
Update analog-output.md
1 parent 52a0f12 commit 6c2afbb

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+
PWM is only available on digital output pins 3, 5, 6, 9, 10 and 11. The other digital pins cannot be used for PWM.
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)