logo

Crowdly

Browser

Add to Chrome

Що виконує наступний програмний код: void setup() {   pinMode(LED_BUILTIN...

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

Що виконує наступний програмний код:

void setup() {

  pinMode(LED_BUILTIN, OUTPUT);

}

 

void loop() {

  digitalWrite(LED_BUILTIN, HIGH);  

  delay(1000);                      

  digitalWrite(LED_BUILTIN, LOW);   

  delay(1000);              

}

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

Want instant access to all verified answers on do.nmu.org.ua?

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

Browser

Add to Chrome