👤 done lettbeok

Группа: NTD-23

📝 Итоговые тесты (Все попытки)

Дата и времяТемаРезультат
30.04.2026 00:09 Intro to Arduino & C++ 9 / 9
30.04.2026 00:01 Intro to Arduino & C++ 2 / 9

💻 Практические задания

Дата и времяТемаОценкаДетали
30.04.2026 00:10 Intro to Arduino & C++ 0/10
Показать задание и отзыв
📝 Задание:
Create a simple LED blinking project where you connect an LED to a digital pin on the Arduino. Write a program that initializes the pin as OUTPUT in the setup() function, and in the loop() function, turn the LED on for one second and then off for one second using the digitalWrite() and delay() functions. The LED should blink indefinitely.

🤖 Комментарий ИИ:
The submitted image does not show the LED blinking project as required by the assignment. Please ensure that you provide a clear schematic and the corresponding code for the LED project. Your project should include:
  • An LED connected to a digital pin.
  • Initialization of the pin as OUTPUT in the setup() function.
  • An infinite loop in the loop() function that turns the LED on for one second and off for one second using digitalWrite() and delay().
Make sure to follow these instructions closely to improve your score!
📊 Входные тесты (Определение уровня)
ДатаТемаРезультат
29.04.2026 23:57Intro to Arduino & C++10/13