2. Arduino GPIO Programming Basics

Question.7

Jerry wants to control an LED connected to pin 13 on his Arduino Uno. He wants to make the following pattern on LED, in a loop

  • turn the LED on for 1 second
  • then off for 100 milliseconds

Which of the following codes will accomplish this?

Select Answer