logo

Crowdly

Browser

Add to Chrome

What is this code doing? void setup() {   pinMode(5, OUTPUT) } void loop()...

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

What is this code doing?

void setup() {

  pinMode(5, OUTPUT)

}

void loop() {

  digitalWrite(5, HIGH)

  delay(1000)              

  digitalWrite(5, LOW)

  delay(1000)             

}

More questions like this

Want instant access to all verified answers on online.upr.edu?

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

Browser

Add to Chrome