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
1 Antwort
+ 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.