logo

Crowdly

Browser

Add to Chrome

Що робить цей Arduino скетч? int pin = 3; void setup() { pinMode(pin, OUTP...

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

Що робить цей Arduino скетч?

int pin = 3;

void setup() {

pinMode(pin, OUTPUT);

}

void loop() {

digitalWrite(pin, HIGH);

delay(500);

digitalWrite(pin, LOW);

delay(500);

}

More questions like this

Want instant access to all verified answers on exam.nuwm.edu.ua?

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

Browser

Add to Chrome