Solving Approach

How do you plan to solve it?

 I'm planning to initialize with a digital input pin, through if condition we'll decide the lighting and turning off of the LED. 

if input==1:

delay=400ms;

else:

delay = 800ms
 

 

 

 

Code

/*Paste your code here*/

 

 

 

Output

Video

Add video of the output (know more)

 

 

Photo of Output

Add a photo of your hardware showing the output.

 

 

Upvote
Downvote

Submit Your Solution

Note: Once submitted, your solution goes public, helping others learn from your approach!