logo

Crowdly

Browser

Add to Chrome

Який результат програми, наведеної нижче, якщо на вивід A0 плати Arduino UNO под...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Який результат програми, наведеної нижче, якщо на вивід A0 плати Arduino UNO подається напруга 5 В?

void setup() {

    Serial.begin(9600);

    pinMode(A0, INPUT);

}

void loop() { 

    int s = analogRead(A0);

    Serial.println(s);

}

0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome