arduino software | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

arduino software

does anyone know if there is a program we're you can read exact info of an analog pin on the arduino board

5th Mar 2018, 1:15 PM
Olav Sie
Olav Sie - avatar
1 Answer
+ 1
Yep. To program an Arduino you need to download the Arduino IDE from it's official page, it's open source. So after that you can use the analogRead() function to return the value of an analog pin.
6th Mar 2018, 6:44 PM
JRE
JRE - avatar