Skip to content

Commit 623b39c

Browse files
authored
Update content/learn/02.microcontrollers/03.analog-output/analog-output.md
1 parent 6c2afbb commit 623b39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.
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 (~).
1717

1818
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.
1919

0 commit comments

Comments
 (0)