6. Arduino GPIO LED Blink

Implement an LED blinking using Arduino UNO such that the LED should stay ON for 400 milliseconds and OFF for 800 milliseconds and repeat continuously.

Also, make sure that around 10 mA current should flow through the LED.

Submit Your Solution