pwm

PWM and Arduino: fading an LED and playing melodies on a Piezo Speaker

Submitted by fabio on Mon, 2010-07-26 12:49.

In the past blog posts, we already saw how to read and write digital signals on the Digital Input Output pins of the Arduino. We also used the analog reading capabilities of Arduino to read values from variable resistance components such as potentiometers, thermistors, or LDRs.

We still don't know anything about how to produce an Analog Output signal with Arduino. In this post, will cover it.