logo

Crowdly

Browser

Add to Chrome

Int outPin = 9 ; void setup() { pinMode(outPin, OUTPUT); } void l...

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

Int outPin = 9 ;

void setup() {

pinMode(outPin, OUTPUT);

}

void loop() {

digitalWrite(outPin, HIGH);

delay(300);

digitalWrite(outPin, LOW);

delay(200);

}

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

Want instant access to all verified answers on learning.devinci.fr?

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

Browser

Add to Chrome