How do you plan to solve it?
/*Paste your code here*/ void setup(){ pinmode(0,output); } void loop(){ digitalwrite(0,high); delay(400); digitalwrite(0,low); delay(2*400); }
Add video of the output (know more)
Add a photo of your hardware showing the output.
Submit Your Solution