0 votes
by (920 points)
What is potentiometer in Arduino?

1 Answer

0 votes
by (1.4k points)
A potentiometer is a simple knob that provides a variable resistance, which we can read into the Arduino board as an analog value. In this example, that value controls the rate at which an LED blinks. ... This changes the relative "closeness" of that pin to 5 volts and ground, giving us a different analog input.
...