logo

Crowdly

Що робить цей скетч Arduino? int buttonPin = 7; int ledPin = 13; int butt...

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

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

int buttonPin = 7;

int ledPin = 13;

int buttonState = 0;

void setup() {

pinMode(ledPin, OUTPUT);

pinMode(buttonPin, INPUT);

}

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!