0 votes
by (220 points)
What does analogRead mean?

1 Answer

0 votes
by (1.4k points)
analogRead()

Reads the value from the specified analog pin. Arduino boards contain a multichannel, 10-bit analog to digital converter. This means that it will map input voltages between 0 and the operating voltage(5V or 3.3V) into integer values between 0 and 1023.

Related questions

0 votes
1 answer
asked May 6, 2021 by analogread (220 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jun 24, 2021 by will (420 points)
...