logo

Crowdly

Browser

Add to Chrome

Розробка пристроїв на базі Arduino

Looking for Розробка пристроїв на базі Arduino test answers and solutions? Browse our comprehensive collection of verified answers for Розробка пристроїв на базі Arduino at exam.nuwm.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Що таке схема з паралельним з'єднанням компонентів?

View this question

Для керування двигуном постійного струму з Arduino зазвичай використовують драйвер L298N.

0%
0%
View this question

Що таке транзистор?

View this question

Що таке діод?

View this question

Який тип даних займає найбільше пам'яті?

View this question

Що робить наступний код?

View this question

Яка типова швидкість передачі даних в стандартному режимі I2C?

View this question

Даний код виконує наступні дії на платі Arduino Який з наведених варіантів найкраще описує його функціональність?

void setup() {

Serialbegin(9600); } void loop() {

int sensorValue = analogRead(A0);

Serialprintln(sensorValue); delay(1);

}

0%
0%
0%
0%
0%
View this question

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

int buttonPin = 7;

int ledPin = 13;

int buttonState = 0;

void setup() {

pinMode(ledPin, OUTPUT);

pinMode(buttonPin, INPUT);

}

0%
0%
0%
0%
0%
View this question

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

int pin = 3;

void setup() {

pinMode(pin, OUTPUT);

}

void loop() {

digitalWrite(pin, HIGH);

delay(500);

digitalWrite(pin, LOW);

delay(500);

}

View this question

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