Arduino Basics: Analog Input (Potentiometers, Sensors)
Analog inputs allow your Arduino to read variable voltages from sensors or devices, typically ranging from 0 to 5V. These inputs are useful for devices like potentiometers, light sensors, and temperature sensors, which produce a continuous range of values rather than just HIGH or LOW.
Read more Arduino Basics: Analog Input (Potentiometers, Sensors)