0 votes
by (140 points)
Can you use pin 13 on Arduino?

1 Answer

0 votes
by (1.5k points)
digitalWrite()

Write a HIGH or a LOW value to a digital pin. If the pin has been configured as an OUTPUT with pinMode() , its voltage will be set to the corresponding value: 5V (or 3.3V on 3.3V boards) for HIGH , 0V (ground) for LOW .

Related questions

0 votes
0 answers
0 votes
1 answer
asked Jul 20, 2021 by output (620 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
0 answers
asked Dec 9, 2020 by output (620 points)
0 votes
1 answer
asked Sep 27, 2020 by nvidia (180 points)
0 votes
1 answer
asked Jul 11, 2021 by digital (640 points)
0 votes
1 answer
0 votes
1 answer
...