A Tour of An Arduino Board
A Tour of An Arduino Board
A Tour of An Arduino Board
The first is Reset. This does the same thing as the Reset
button on the Arduino. Rather than rebooting a PC, using the
Reset connector resets the microcontroller so that it begins
its program from the start. To reset the microcontroller with
the Reset connector, you momentarily set this pin low
(connecting it to 0V).
The rest of the pins in this section just provide different
voltages (3.5V, 5V, and, GND), as they are labeled. GND, or
ground, just means zero volts. It is the reference voltage to
which all other voltages on the board are relative.
Analog Inputs