Question: Please solve Quickly * Rewrite the following program (code) in a way to make it shorter int LED = 13; int DELAY = 250; void
Please solve Quickly

* Rewrite the following program (code) in a way to make it shorter int LED = 13; int DELAY = 250; void setup { pinMode(LED, OUTPUT); } void loop) digitalWrite(LED, HIGH); delay(250); digitalWrite(LED, LOW); delay(250); digitalWrite(LED, HIGH): delay(500); digitalWrite(LED. LOW): delay(500); digitalWrite(LED, HIGH); delay(750); digitalWrite(LED, LOW); delay(750); digitalWrite(LED, HIGH); delay(1000); digitalWrite(LED, LOW); delay(1000); 1/ repeat the above 8 actions (16 lines) another 3 times delay(DELAY)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
