✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що станеться, якщо запуcтити наступний скетч?
void setup() {pinMode(13, OUTPUT);}void loop() {digitalWrite(13, HIGH);delay(200);digitalWrite(13, LOW);}