Analogue to Digital Conversion ADC by using potentiometer with arduino uno r3 in tinkercad

Published: 01 January 1970
on channel: waleed shehzad
221
3

Analogue to Digital Conversion by using potentiometer with arduino uno r3 in tinkercad 17 05 2023 12 06 29 pm
this video link:
   • Analogue to Digital Conversion ADC by...  

arduino program:

void setup()
{
Serial.begin(9600);
}
void loop ()
{
int a=analogRead(A0);
Serial.print("Analogue value is:");
Serial.println(a);


}


Watch video Analogue to Digital Conversion ADC by using potentiometer with arduino uno r3 in tinkercad online without registration, duration hours minute second in high quality. This video was added by user waleed shehzad 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 22 once and liked it people.