diff --git a/content/learn/02.microcontrollers/03.analog-output/analog-output.md b/content/learn/02.microcontrollers/03.analog-output/analog-output.md index 111c550b1c..8b25d73c2a 100644 --- a/content/learn/02.microcontrollers/03.analog-output/analog-output.md +++ b/content/learn/02.microcontrollers/03.analog-output/analog-output.md @@ -13,6 +13,8 @@ In the graphic below, the green lines represent a regular time period. This dura ![](./pwm.gif) +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 (~). + 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. *Written by Timothy Hirzel*