How do you plan to solve it?
using wokwi trough simulation
int PIN =7; void setup() { pinMode(PIN, OUTPUT); } void loop() { digitalWrite(PIN, HIGH); delay(400); digitalWrite(PIN, LOW); delay(800); }
Add video of the output (know more)
https://wokwi.com/projects/442621401512532993
Add a photo of your hardware showing the output.
Submit Your Solution